library(here)
## here() starts at /Volumes/GoogleDrive/Shared drives/Nami Dissertation/R Project
knitr::opts_chunk$set(
error = TRUE,
message = TRUE,
warning = TRUE
)
ggplot2::theme_set(ggplot2::theme_bw())
library(codebook)
codebook_data <- rio::import(here("data_public/Study1d_public.rds"))
codebook(codebook_data)
## Loading required namespace: GPArotation
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
Dataset name: codebook_data
The dataset has N=244 rows and 102 columns. 0 rows have no missing values on any column.
|
#Variables
Participant ID
Distribution of values for id
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist |
|---|---|---|---|---|---|---|---|---|---|---|
| id | Participant ID | numeric | 0 | 1 | 3598 | 17456 | 90016 | 15330.58 | 14852.99 | ▇▁▁▁▁ |
Start Date
## 244 unique, categorical values, so not shown.
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | min | median | max | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|
| StartDate | Start Date | POSIXct | 0 | 1 | 244 | 2017-09-19 09:58:53 | 2018-01-09 14:17:43 | 2018-10-04 11:39:17 | DATETIME20 | 0 |
End Date
## 244 unique, categorical values, so not shown.
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | min | median | max | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|
| EndDate | End Date | POSIXct | 0 | 1 | 244 | 2017-09-19 11:20:47 | 2018-01-09 15:11:09 | 2018-10-04 12:58:46 | DATETIME20 | 0 |
Expectancy condition
Distribution of values for expectancy
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| expectancy | Expectancy condition | character | 0 | 1 | 2 | 0 | 9 | 10 | 0 |
Rejection condition
Distribution of values for rejection
0 missing values.
| name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace |
|---|---|---|---|---|---|---|---|---|---|
| rejection | Rejection condition | character | 0 | 1 | 2 | 0 | 9 | 10 | 0 |
Age
Distribution of values for age
0 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| age | Age | numeric | 0 | 1 | 18 | 18 | 27 | 18.77459 | 1.126929 | ▇▁▁▁▁ | F40.2 | 0 |
Native American
Distribution of values for race_native_american
239 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_native_american | Native American | factor | FALSE | 1. Native American | 239 | 0.0204918 | 1 | Nat: 5 |
African American
Distribution of values for race_african_american
217 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_african_american | African American | factor | FALSE | 1. African-American | 217 | 0.1106557 | 1 | Afr: 27 |
White/Caucasian
Distribution of values for race_white_caucasian
57 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_white_caucasian | White/Caucasian | factor | FALSE | 1. White/Caucasian | 57 | 0.7663934 | 1 | Whi: 187 |
Asian/Pacific Islander
Distribution of values for race_asian_pacific_islander
220 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_asian_pacific_islander | Asian/Pacific Islander | factor | FALSE | 1. Asian/Pacific Islander | 220 | 0.0983607 | 1 | Asi: 24 |
Self-Describe
Distribution of values for race_self_describe
236 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_self_describe | Self-Describe | factor | FALSE | 1. Prefer to self-describe | 236 | 0.0327869 | 1 | Pre: 8 |
Self-Describe Text
## 8 unique, categorical values, so not shown.
0 missing values.
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| race_self_describe_text | Self-Describe Text | factor | FALSE | 1. , 2. Biracial, 3. German, 4. Hispanic, 5. Indian, 6. Indian American, 7. Latino, 8. Multirace; White/Caucasion, Asian/Pacific Islander, Native American |
0 | 1 | 8 | emp: 236, His: 2, Bir: 1, Ger: 1 |
Hispanic
Distribution of values for hispanic
0 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| hispanic | Hispanic | factor | FALSE | 1. Yes, 2. No |
0 | 1 | 2 | No: 221, Yes: 23 |
Male
Distribution of values for gender_male
142 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_male | Male | factor | FALSE | 1. Male | 142 | 0.4180328 | 1 | Mal: 102 |
Female
Distribution of values for gender_female
102 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_female | Female | factor | FALSE | 1. Female | 102 | 0.5819672 | 1 | Fem: 142 |
Transgender, MTF
## No non-missing values to show.
244 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_trans_mtf | Transgender, MTF | factor | FALSE | 1. Transgender, Male-to-Female (MTF) | 244 | 0 | 0 | Tra: 0 |
Transgender, FTM
## No non-missing values to show.
244 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_trans_ftm | Transgender, FTM | factor | FALSE | 1. Transgender, Female-to-Male (FTM) | 244 | 0 | 0 | Tra: 0 |
Transgender, No ID
## No non-missing values to show.
244 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_trans_noid | Transgender, No ID | factor | FALSE | 1. Transgender, do not identify as male or female | 244 | 0 | 0 | Tra: 0 |
Not Sure
## No non-missing values to show.
244 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_unsure | Not Sure | factor | FALSE | 1. Not sure | 244 | 0 | 0 | Not: 0 |
Self-Describe
## No non-missing values to show.
244 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_self_describe | Self-Describe | factor | FALSE | 1. Prefer to self-describe | 244 | 0 | 0 | Pre: 0 |
Self-Describe
Distribution of values for gender_self_describe_text
0 missing values.
## Warning in sorted_count(x): Variable contains value(s) of "" that have been
## converted to "empty".
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| gender_self_describe_text | Self-Describe | factor | FALSE | 1. | 0 | 1 | 1 | emp: 244 |
Sexual Orientation
Distribution of values for orientation
0 missing values.
| name | label | data_type | ordered | value_labels | n_missing | complete_rate | n_unique | top_counts |
|---|---|---|---|---|---|---|---|---|
| orientation | Sexual Orientation | factor | FALSE | 1. Heterosexual/straight, 2. Gay/lesbian, 3. Bisexual, 4. Not sure, 5. Prefer to self-describe |
0 | 1 | 1 | Het: 244, Gay: 0, Bis: 0, Not: 0 |
Heart Manikin - Time 1
Distribution of values for heart_T1
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T1 | Heart Manikin - Time 1 | haven_labelled | 2 | 0.9918033 | 1 | 7 | 9 | 6.566116 | 1.793768 | 9 | ▁▂▂▆▅▇▆▆ |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected | 9 |
Heart Manikin - Time 2
Distribution of values for heart_T2
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T2 | Heart Manikin - Time 2 | haven_labelled | 2 | 0.9918033 | 1 | 7 | 9 | 6.628099 | 1.599441 | 9 | ▁▁▂▆▇▇▆▅ |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected | 9 |
Heart Manikin - Time 3
Distribution of values for heart_T3
6 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T3 | Heart Manikin - Time 3 | haven_labelled | 6 | 0.9754098 | 1 | 6 | 9 | 6.336135 | 1.810785 | 9 | ▁▂▃▆▇▇▆▅ |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected | 9 |
Heart Manikin - Time 4
Distribution of values for heart_T4
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| heart_T4 | Heart Manikin - Time 4 | haven_labelled | 7 | 0.9713115 | 1 | 6 | 9 | 6.371308 | 1.638164 | 9 | ▁▁▃▇▇▇▅▅ |
| name | value |
|---|---|
| lonely, rejected, isolated, disconnected | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| cared for, accepted, loved, connected | 9 |
Valence Self-Assessment Manikin - Time 1
Distribution of values for valence_T1
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T1 | Valence Self-Assessment Manikin - Time 1 | haven_labelled | 2 | 0.9918033 | 3 | 7 | 9 | 6.661157 | 1.351524 | 9 | ▁▁▃▅▁▇▃▂ |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful | 9 |
Valence Self-Assessment Manikin - Time 2
Distribution of values for valence_T2
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T2 | Valence Self-Assessment Manikin - Time 2 | haven_labelled | 2 | 0.9918033 | 1 | 7 | 9 | 6.446281 | 1.390247 | 9 | ▁▁▂▃▆▇▅▂ |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful | 9 |
Valence Self-Assessment Manikin - Time 3
Distribution of values for valence_T3
6 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T3 | Valence Self-Assessment Manikin - Time 3 | haven_labelled | 6 | 0.9754098 | 1 | 6 | 9 | 6.029412 | 1.775114 | 9 | ▁▂▃▅▆▇▅▂ |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful | 9 |
Valence Self-Assessment Manikin - Time 4
Distribution of values for valence_T4
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| valence_T4 | Valence Self-Assessment Manikin - Time 4 | haven_labelled | 7 | 0.9713115 | 1 | 6 | 9 | 5.932489 | 1.60629 | 9 | ▁▁▃▇▇▆▅▂ |
| name | value |
|---|---|
| unhappy, annoyed, unsatisfied, bored | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| happy, pleased, satisfied, hopeful | 9 |
Arousal Self-Assessment Manikin - Time 1
Distribution of values for arousal_T1
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T1 | Arousal Self-Assessment Manikin - Time 1 | haven_labelled | 2 | 0.9918033 | 1 | 4 | 9 | 4.049587 | 1.484924 | 9 | ▃▆▇▇▃▂▁▁ |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused | 9 |
Arousal Self-Assessment Manikin - Time 2
Distribution of values for arousal_T2
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T2 | Arousal Self-Assessment Manikin - Time 2 | haven_labelled | 2 | 0.9918033 | 1 | 5 | 9 | 4.743802 | 1.639901 | 9 | ▂▅▆▇▅▃▁▁ |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused | 9 |
Arousal Self-Assessment Manikin - Time 3
Distribution of values for arousal_T3
6 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T3 | Arousal Self-Assessment Manikin - Time 3 | haven_labelled | 6 | 0.9754098 | 1 | 5 | 9 | 4.743697 | 1.742211 | 9 | ▃▃▇▇▆▃▁▁ |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused | 9 |
Arousal Self-Assessment Manikin - Time 4
Distribution of values for arousal_T4
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| arousal_T4 | Arousal Self-Assessment Manikin - Time 4 | haven_labelled | 7 | 0.9713115 | 1 | 5 | 9 | 4.793249 | 1.706008 | 9 | ▂▃▆▇▅▃▂▁ |
| name | value |
|---|---|
| relaxed, calm, sleepy, sluggish | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| excited, frenzied, wide-awake, aroused | 9 |
Dominance Self-Assessment Manikin - Time 1
Distribution of values for dominance_T1
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T1 | Dominance Self-Assessment Manikin - Time 1 | haven_labelled | 2 | 0.9918033 | 2 | 6 | 9 | 6.231405 | 1.495555 | 9 | ▁▁▂▅▇▆▃▂ |
| name | value |
|---|---|
| submissive, influenced, controlled by others | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous | 9 |
Dominance Self-Assessment Manikin - Time 2
Distribution of values for dominance_T2
2 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T2 | Dominance Self-Assessment Manikin - Time 2 | haven_labelled | 2 | 0.9918033 | 2 | 6 | 9 | 6.338843 | 1.420383 | 9 | ▁▁▂▅▆▇▃▂ |
| name | value |
|---|---|
| submissive, influenced, controlled by others | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous | 9 |
Dominance Self-Assessment Manikin - Time 3
Distribution of values for dominance_T3
6 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T3 | Dominance Self-Assessment Manikin - Time 3 | haven_labelled | 6 | 0.9754098 | 2 | 6 | 9 | 6.210084 | 1.525446 | 9 | ▁▁▂▆▇▇▃▂ |
| name | value |
|---|---|
| submissive, influenced, controlled by others | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous | 9 |
Dominance Self-Assessment Manikin - Time 4
Distribution of values for dominance_T4
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|
| dominance_T4 | Dominance Self-Assessment Manikin - Time 4 | haven_labelled | 7 | 0.9713115 | 1 | 6 | 9 | 6.227848 | 1.509428 | 9 | ▁▁▂▇▇▇▃▂ |
| name | value |
|---|---|
| submissive, influenced, controlled by others | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| in control, important, dominant, autonomous | 9 |
Reliability: .
Missing: 6.
Likert plot of scale closure_mean items
Distribution of scale closure_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | closure1, closure2, closure3, closure4, closure5, closure6, closure7, closure8, closure9, closure10, closure11, closure12, closure13, closure14 & closure15 |
| Observations: | 238 |
| Positive correlations: | 100 |
| Number of correlations: | 105 |
| Percentage positive correlations: | 95 |
| Omega (total): | 0.85 |
| Omega (hierarchical): | 0.64 |
| Revelle’s Omega (total): | 0.85 |
| Greatest Lower Bound (GLB): | 0.90 |
| Coefficient H: | 0.86 |
| Coefficient Alpha: | 0.82 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
4.53, 1.481, 1.238, 1.109, 1.029, 0.881, 0.851, 0.834, 0.675, 0.597, 0.521, 0.408, 0.344, 0.309 & 0.193
| TC1 | TC2 | TC3 | TC4 | TC5 | |
|---|---|---|---|---|---|
| closure1 | 0.806 | -0.090 | 0.028 | -0.128 | 0.121 |
| closure2 | 0.283 | 0.161 | 0.172 | 0.029 | -0.378 |
| closure3 | 0.108 | 0.752 | -0.088 | -0.004 | 0.174 |
| closure4 | 0.566 | 0.052 | 0.099 | -0.244 | -0.047 |
| closure5 | 0.358 | 0.157 | 0.211 | 0.292 | 0.167 |
| closure6 | 0.727 | 0.161 | -0.167 | 0.029 | -0.051 |
| closure7 | 0.141 | 0.131 | 0.137 | -0.086 | 0.774 |
| closure8 | -0.152 | 0.099 | 0.878 | -0.045 | 0.074 |
| closure9 | 0.151 | -0.122 | 0.833 | 0.066 | -0.033 |
| closure10 | 0.446 | 0.215 | 0.148 | 0.174 | -0.168 |
| closure11 | 0.265 | 0.197 | 0.207 | -0.255 | -0.503 |
| closure12 | -0.037 | 0.913 | 0.018 | 0.022 | -0.057 |
| closure13 | -0.023 | 0.902 | 0.024 | -0.001 | 0.004 |
| closure14 | 0.000 | 0.018 | 0.009 | 0.902 | -0.026 |
| closure15 | 0.726 | 0.009 | 0.065 | 0.213 | 0.013 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| closure1 | 1.0336 | 1 | 1.6191 | 1.2724 | 2 | 0.0825 | -3 | 0 | 2 | 3 | -0.6087 | 0.1526 | 0.1303 | 238 | 0 | 238 |
| closure2 | -0.2059 | 0 | 2.5608 | 1.6003 | 3 | 0.1037 | -3 | -2 | 1 | 3 | 0.1474 | -0.9853 | 0.1008 | 238 | 0 | 238 |
| closure3 | 0.6092 | 1 | 2.0112 | 1.4182 | 2 | 0.0919 | -3 | -1 | 2 | 3 | -0.4565 | -0.5858 | 0.1324 | 238 | 0 | 238 |
| closure4 | 0.5546 | 1 | 2.3746 | 1.541 | 2 | 0.0999 | -3 | -1 | 2 | 3 | -0.557 | -0.5139 | 0.1218 | 238 | 0 | 238 |
| closure5 | -0.7311 | -1 | 2.324 | 1.5245 | 2 | 0.0988 | -3 | -2 | 1 | 3 | 0.2871 | -0.9241 | 0.0924 | 238 | 0 | 238 |
| closure6 | 0.4454 | 1 | 2.1721 | 1.4738 | 3 | 0.0955 | -3 | -1 | 2 | 3 | -0.5541 | -0.5961 | 0.1092 | 238 | 0 | 238 |
| closure7 | 1.6218 | 2 | 1.2657 | 1.125 | 1 | 0.0729 | -3 | 1 | 3 | 3 | -1.0604 | 1.638 | 0.1218 | 238 | 0 | 238 |
| closure8 | 0.8739 | 1 | 2.0178 | 1.4205 | 2 | 0.0921 | -3 | -1 | 2 | 3 | -0.4612 | -0.3814 | 0.1176 | 238 | 0 | 238 |
| closure9 | -0.1555 | 0 | 2.2837 | 1.5112 | 2 | 0.098 | -3 | -1 | 1 | 3 | 0.2149 | -0.877 | 0.1317 | 238 | 0 | 238 |
| closure10 | -0.4664 | 0 | 2.1908 | 1.4802 | 3 | 0.0959 | -3 | -2 | 1 | 3 | 0.1622 | -0.6646 | 0.1113 | 238 | 0 | 238 |
| closure11 | 0.4874 | 1 | 1.9471 | 1.3954 | 1 | 0.0904 | -3 | -1 | 2 | 3 | -0.4108 | -0.52 | 0.0882 | 238 | 0 | 238 |
| closure12 | 0.7353 | 1 | 2.1364 | 1.4616 | 2 | 0.0947 | -3 | -1 | 2 | 3 | -0.3168 | -0.4529 | 0.0903 | 238 | 0 | 238 |
| closure13 | 0.937 | 1 | 1.6627 | 1.2894 | 2 | 0.0836 | -3 | -1 | 2 | 3 | -0.4653 | -0.1791 | 0.1218 | 238 | 0 | 238 |
| closure14 | -0.8992 | -1 | 2.1586 | 1.4692 | 2 | 0.0952 | -3 | -2 | 1 | 3 | 0.4441 | -0.6744 | 0.1324 | 238 | 0 | 238 |
| closure15 | 0.084 | 0 | 2.0604 | 1.4354 | 2 | 0.093 | -3 | -1 | 1 | 3 | 0.1191 | -0.7412 | 0.1092 | 238 | 0 | 238 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| closure1 | I don’t like situations that are uncertain. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 1.0336134 | 1.272446 | 7 | ▁▁▂▃▁▇▆▂ |
| closure2 | I dislike questions which could be answered in many different ways. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 0 | 3 | -0.2058824 | 1.600253 | 7 | ▂▇▆▆▁▇▅▂ |
| closure3 | I find that a well ordered life with regular hours suits my temperament. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.6092437 | 1.418176 | 7 | ▁▂▅▅▁▇▇▂ |
| closure4 | I feel uncomfortable when I don’t understand the reason why an event occurred in my life. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.5546218 | 1.540987 | 7 | ▁▃▃▃▁▇▆▂ |
| closure5 | I feel irritated when one person disagrees with what everyone else in a group believes. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | -1 | 3 | -0.7310924 | 1.524470 | 7 | ▃▇▅▅▁▅▂▁ |
| closure6 | I don’t like to go into a situation without knowing what I can expect from it. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.4453782 | 1.473808 | 7 | ▁▃▃▃▁▇▅▁ |
| closure7 | When I have made a decision, I feel relieved. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 2 | 3 | 1.6218487 | 1.125025 | 7 | ▁▁▁▂▁▅▇▅ |
| closure8 | When I am confronted with a problem, I’m dying to reach a solution very quickly. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.8739496 | 1.420493 | 7 | ▁▂▃▅▁▇▆▃ |
| closure9 | I would quickly become impatient and irritated if I would not find a solution to a problem immediately. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 0 | 3 | -0.1554622 | 1.511207 | 7 | ▁▆▆▃▁▇▂▂ |
| closure10 | I don’t like to be with people who are capable of unexpected actions. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 0 | 3 | -0.4663866 | 1.480152 | 7 | ▂▆▅▇▁▅▂▁ |
| closure11 | I dislike it when a person’s statement could mean many different things. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.4873950 | 1.395385 | 7 | ▁▂▂▃▁▇▃▁ |
| closure12 | I find that establishing a consistent routine enables me to enjoy life more. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.7352941 | 1.461638 | 7 | ▁▂▃▅▁▇▅▃ |
| closure13 | I enjoy having a clear and structured mode of life. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 1 | 3 | 0.9369748 | 1.289449 | 7 | ▁▁▂▃▁▇▆▂ |
| closure14 | I do not usually consult many different opinions before forming my own view. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | -1 | 3 | -0.8991597 | 1.469205 | 7 | ▃▇▇▃▁▅▂▁ |
| closure15 | I dislike unpredictable situations. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
6 | 0.9754098 | -3 | 0 | 3 | 0.0840336 | 1.435416 | 7 | ▁▃▇▇▁▇▅▂ |
Please assign a bond amount for this defendant. (Social Judgment Survey)
Distribution of values for SJS_bond
7 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SJS_bond | Please assign a bond amount for this defendant. (Social Judgment Survey) | numeric | 7 | 0.9713115 | 0 | 400 | 999 | 418.7046 | 226.0291 | ▃▇▇▃▂ | F40.2 | 0 |
Reliability: .
Missing: 3.
Likert plot of scale esteem_mean items
Distribution of scale esteem_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | esteem1, esteem2, esteem4, esteem6, esteem7, esteem3R, esteem5R, esteem8R, esteem9R & esteem10R |
| Observations: | 241 |
| Positive correlations: | 45 |
| Number of correlations: | 45 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.92 |
| Omega (hierarchical): | 0.73 |
| Revelle’s Omega (total): | 0.92 |
| Greatest Lower Bound (GLB): | 0.94 |
| Coefficient H: | 0.91 |
| Coefficient Alpha: | 0.88 |
(Estimates assuming ordinal level not computed, as the polychoric correlation matrix has missing values.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
5.075, 1.234, 0.752, 0.64, 0.604, 0.556, 0.342, 0.323, 0.263 & 0.211
| TC1 | TC2 | |
|---|---|---|
| esteem1 | 0.845 | -0.085 |
| esteem2 | 0.911 | -0.088 |
| esteem4 | 0.690 | -0.018 |
| esteem6 | 0.670 | 0.288 |
| esteem7 | 0.727 | 0.139 |
| esteem3R | 0.093 | 0.675 |
| esteem5R | 0.467 | 0.377 |
| esteem8R | -0.105 | 0.793 |
| esteem9R | 0.016 | 0.815 |
| esteem10R | 0.046 | 0.841 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| esteem1 | 2.278 | 3 | 0.8932 | 0.9451 | 1 | 0.0609 | -2 | 2 | NA | 3 | -1.3884 | 1.8368 | 0.1452 | 241 | 0 | 241 |
| esteem2 | 2.2282 | 2 | 0.8435 | 0.9184 | 1 | 0.0592 | -1 | 1 | 3 | 3 | -1.2173 | 1.333 | 0.1639 | 241 | 0 | 241 |
| esteem4 | 1.5934 | 2 | 1.4423 | 1.201 | 1 | 0.0774 | -3 | 1 | 3 | 3 | -1.0807 | 1.4871 | 0.1224 | 241 | 0 | 241 |
| esteem6 | 1.6722 | 2 | 1.5296 | 1.2368 | 2 | 0.0797 | -3 | 1 | 3 | 3 | -0.9806 | 0.6554 | 0.1432 | 241 | 0 | 241 |
| esteem7 | 1.4979 | 2 | 1.6094 | 1.2686 | 1 | 0.0817 | -3 | 1 | 3 | 3 | -0.9646 | 0.7 | 0.1224 | 241 | 0 | 241 |
| esteem3R | 1.7593 | 2 | 1.7168 | 1.3103 | 2 | 0.0844 | -3 | 0 | 3 | 3 | -1.0817 | 0.4762 | 0.1743 | 241 | 0 | 241 |
| esteem5R | 1.8423 | 2 | 1.9167 | 1.3844 | 2 | 0.0892 | -3 | 0 | 3 | 3 | -1.3957 | 1.4524 | 0.1618 | 241 | 0 | 241 |
| esteem8R | 0.4025 | 0 | 3.5332 | 1.8797 | 3 | 0.1211 | -3 | -1 | 2 | 3 | -0.0611 | -1.2199 | 0.0996 | 241 | 0 | 241 |
| esteem9R | 0.8631 | 1 | 2.9853 | 1.7278 | 3 | 0.1113 | -3 | -1 | 2 | 3 | -0.3487 | -1.1349 | 0.1058 | 241 | 0 | 241 |
| esteem10R | 1.2988 | 2 | 2.602 | 1.6131 | 3 | 0.1039 | -3 | 0 | 3 | 3 | -0.6568 | -0.7047 | 0.1245 | 241 | 0 | 241 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| esteem1 | I feel that I am a person of worth, at least on an equal basis with others. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
3 | 0.9877049 | -2 | 3 | 3 | 2.2780083 | 0.9451046 | 7 | ▁▁▁▁▂▁▅▇ |
| esteem2 | I feel that I have a number of good qualities. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
3 | 0.9877049 | -1 | 2 | 3 | 2.2282158 | 0.9184410 | 7 | ▁▁▁▂▁▆▁▇ |
| esteem4 | I am able to do things as well as most other people. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.5933610 | 1.2009534 | 7 | ▁▁▁▂▁▅▇▅ |
| esteem6 | I take a positive attitude toward myself. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.6721992 | 1.2367695 | 7 | ▁▁▂▂▁▅▇▆ |
| esteem7 | On the whole I am satisfied with myself. | haven_labelled | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.4979253 | 1.2686097 | 7 | ▁▁▂▂▁▆▇▅ |
| esteem3R | All in all I am inclined to feel that I am a failure. | haven_labelled | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.7593361 | 1.3102822 | 7 | ▁▁▂▂▁▃▇▇ |
| esteem5R | I feel I do not have much to be proud of. | haven_labelled | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.8423237 | 1.3844498 | 7 | ▁▁▁▂▁▂▆▇ |
| esteem8R | I wish I could have more respect for myself. | haven_labelled | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
3 | 0.9877049 | -3 | 0 | 3 | 0.4024896 | 1.8796703 | 7 | ▂▆▇▇▁▅▇▇ |
| esteem9R | I certainly feel useless at times. | haven_labelled | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
3 | 0.9877049 | -3 | 1 | 3 | 0.8630705 | 1.7278133 | 7 | ▁▂▆▃▁▅▇▇ |
| esteem10R | At times, I think I am no good at all. | haven_labelled | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
3 | 0.9877049 | -3 | 2 | 3 | 1.2987552 | 1.6130840 | 7 | ▁▁▃▃▁▃▆▇ |
Reliability: .
Missing: 6.
Distribution of scale nts_belonging_T3_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_1R, nts_T3_2R, nts_T3_3R & nts_T3_4 |
| Observations: | 238 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.83 |
| Omega (hierarchical): | 0.77 |
| Revelle’s Omega (total): | 0.83 |
| Greatest Lower Bound (GLB): | 0.82 |
| Coefficient H: | 0.82 |
| Coefficient Alpha: | 0.80 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 80 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.486, 0.631, 0.494 & 0.389
| PC1 | |
|---|---|
| nts_T3_1R | 0.848 |
| nts_T3_2R | 0.794 |
| nts_T3_3R | 0.761 |
| nts_T3_4 | 0.746 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | 75.4286 | 90 | 803.2164 | 28.3411 | 41 | 1.8371 | 0 | 55 | 99 | 100 | -1.0915 | 0.0228 | 0.0315 | 238 | 0 | 238 |
| nts_T3_2R | 74.1387 | 82 | 701.5714 | 26.4872 | 36 | 1.7169 | 0 | 60 | 96 | 100 | -1.1223 | 0.4518 | 0.0315 | 238 | 0 | 238 |
| nts_T3_3R | 79.437 | 90 | 570.7365 | 23.8901 | 31 | 1.5486 | 0 | 66 | 99 | 100 | -1.3765 | 1.3259 | 0.0441 | 238 | 0 | 238 |
| nts_T3_4 | 61.0462 | 64 | 629.9936 | 25.0997 | 34 | 1.627 | 0 | 46 | 80 | 100 | -0.5731 | -0.3702 | 0.0328 | 238 | 0 | 238 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 75.42857 | 28.34107 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 82 | 100 | 74.13866 | 26.48719 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T3_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 79.43697 | 23.89009 | 2 | ▁▁▁▁▁▂▂▇ |
| nts_T3_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 64 | 100 | 61.04622 | 25.09967 | 2 | ▂▂▃▆▆▇▇▆ |
Reliability: .
Missing: 6.
Distribution of scale nts_esteem_T3_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_11R, nts_T3_12 & nts_T3_13 |
| Observations: | 238 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.80 |
| Omega (hierarchical): | 0.02 |
| Revelle’s Omega (total): | 0.80 |
| Greatest Lower Bound (GLB): | 0.83 |
| Coefficient H: | 0.87 |
| Coefficient Alpha: | 0.77 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 71 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.082, 0.672 & 0.246
| PC1 | |
|---|---|
| nts_T3_11R | 0.696 |
| nts_T3_12 | 0.890 |
| nts_T3_13 | 0.897 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_11R | 76 | 83 | 569.7553 | 23.8695 | 35 | 1.5472 | 0 | 62 | 97 | 100 | -1.0689 | 0.4607 | 0.0276 | 238 | 0 | 238 |
| nts_T3_12 | 68.9454 | 71.5 | 502.8535 | 22.4244 | 27 | 1.4536 | 0 | 58 | 85 | 100 | -0.9094 | 0.6288 | 0.0378 | 238 | 0 | 238 |
| nts_T3_13 | 64.7605 | 68.5 | 586.0057 | 24.2076 | 34 | 1.5691 | 0 | 50 | 84 | 100 | -0.6765 | 0.0049 | 0.0357 | 238 | 0 | 238 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 83 | 100 | 76.00000 | 23.86955 | 2 | ▁▁▁▂▁▃▃▇ |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 72 | 100 | 68.94538 | 22.42440 | 2 | ▁▁▂▃▅▇▇▇ |
| nts_T3_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 68 | 100 | 64.76050 | 24.20755 | 2 | ▂▂▂▆▆▇▇▇ |
Reliability: .
Missing: 6.
Distribution of scale nts_control_T3_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_8, nts_T3_9 & nts_T3_10 |
| Observations: | 238 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.70 |
| Omega (hierarchical): | 0.02 |
| Revelle’s Omega (total): | 0.70 |
| Greatest Lower Bound (GLB): | 0.70 |
| Coefficient H: | 0.70 |
| Coefficient Alpha: | 0.70 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 80 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.879, 0.584 & 0.538
| PC1 | |
|---|---|
| nts_T3_8 | 0.804 |
| nts_T3_9 | 0.789 |
| nts_T3_10 | 0.781 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_8 | 46.1639 | 50 | 652.7958 | 25.5499 | 38 | 1.6562 | 0 | 25 | 70 | 100 | -0.0059 | -0.754 | 0.0252 | 238 | 0 | 238 |
| nts_T3_9 | 55.8739 | 58.5 | 745.7056 | 27.3076 | 38 | 1.7701 | 0 | 39 | 77 | 100 | -0.3625 | -0.7484 | 0.042 | 238 | 0 | 238 |
| nts_T3_10 | 46.3445 | 50 | 739.7458 | 27.1983 | 45 | 1.763 | 0 | 23 | 71 | 100 | -0.029 | -0.8691 | 0.0343 | 238 | 0 | 238 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.16387 | 25.54987 | 2 | ▃▃▃▇▅▃▃▂ |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 58 | 100 | 55.87395 | 27.30761 | 2 | ▃▃▃▇▅▇▆▅ |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.34454 | 27.19827 | 2 | ▅▅▅▇▅▅▃▃ |
Reliability: .
Missing: 6.
Distribution of scale nts_meaning_T3_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_5R, nts_T3_6 & nts_T3_7R |
| Observations: | 238 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.76 |
| Omega (hierarchical): | 0.03 |
| Revelle’s Omega (total): | 0.76 |
| Greatest Lower Bound (GLB): | 0.79 |
| Coefficient H: | 0.86 |
| Coefficient Alpha: | 0.71 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 70 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.945, 0.737 & 0.317
| PC1 | |
|---|---|
| nts_T3_5R | 0.856 |
| nts_T3_6 | 0.656 |
| nts_T3_7R | 0.885 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_5R | 85.6008 | 93.5 | 420.0383 | 20.4948 | 20 | 1.3285 | 0 | 80 | 100 | 100 | -2.0447 | 4.2562 | 0.042 | 238 | 0 | 238 |
| nts_T3_6 | 62.3866 | 65 | 593.9175 | 24.3704 | 32 | 1.5797 | 0 | 48 | 81 | 100 | -0.5343 | -0.2597 | 0.0357 | 238 | 0 | 238 |
| nts_T3_7R | 81.3571 | 90 | 518.2137 | 22.7643 | 27 | 1.4756 | 0 | 71 | 100 | 100 | -1.5312 | 1.848 | 0.0294 | 238 | 0 | 238 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 94 | 100 | 85.60084 | 20.49484 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 65 | 100 | 62.38655 | 24.37042 | 2 | ▂▂▃▆▆▇▇▆ |
| nts_T3_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 81.35714 | 22.76431 | 2 | ▁▁▁▁▁▁▂▇ |
Reliability: .
Missing: 7.
Distribution of scale nts_T3_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_4, nts_T3_6, nts_T3_8, nts_T3_9, nts_T3_10, nts_T3_12, nts_T3_13, nts_T4_4, nts_T4_6, nts_T4_8, nts_T4_9, nts_T4_10, nts_T4_12, nts_T4_13, nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_5R, nts_T3_7R, nts_T3_11R, nts_T4_1R, nts_T4_2R, nts_T4_3R, nts_T4_5R, nts_T4_7R & nts_T4_11R |
| Observations: | 237 |
| Positive correlations: | 323 |
| Number of correlations: | 325 |
| Percentage positive correlations: | 99 |
| Omega (total): | 0.96 |
| Omega (hierarchical): | 0.61 |
| Revelle’s Omega (total): | 0.96 |
| Greatest Lower Bound (GLB): | 0.95 |
| Coefficient H: | 0.94 |
| Coefficient Alpha: | 0.93 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 85 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
9.954, 4.158, 2.302, 1.139, 0.896, 0.776, 0.683, 0.62, 0.601, 0.52, 0.485, 0.445, 0.394, 0.368, 0.339, 0.309, 0.274, 0.271, 0.251, 0.228, 0.212, 0.19, 0.171, 0.156, 0.143 & 0.115
| TC2 | TC3 | TC1 | TC4 | |
|---|---|---|---|---|
| nts_T3_4 | 0.128 | -0.004 | 0.616 | 0.342 |
| nts_T3_6 | 0.361 | -0.133 | 0.607 | 0.222 |
| nts_T3_8 | -0.005 | -0.067 | 0.170 | 0.741 |
| nts_T3_9 | 0.145 | -0.103 | 0.445 | 0.421 |
| nts_T3_10 | -0.052 | 0.092 | 0.054 | 0.780 |
| nts_T3_12 | 0.340 | -0.084 | 0.664 | 0.122 |
| nts_T3_13 | 0.382 | -0.056 | 0.646 | 0.087 |
| nts_T4_4 | 0.798 | -0.060 | 0.201 | 0.013 |
| nts_T4_6 | 0.825 | 0.039 | 0.114 | 0.020 |
| nts_T4_8 | 0.617 | 0.030 | -0.122 | 0.351 |
| nts_T4_9 | 0.664 | 0.082 | -0.080 | 0.308 |
| nts_T4_10 | 0.361 | 0.168 | -0.256 | 0.615 |
| nts_T4_12 | 0.894 | 0.131 | 0.003 | -0.052 |
| nts_T4_13 | 0.889 | 0.114 | -0.001 | -0.032 |
| nts_T3_1R | -0.127 | 0.278 | 0.635 | 0.057 |
| nts_T3_2R | -0.339 | 0.257 | 0.562 | 0.262 |
| nts_T3_3R | -0.131 | 0.246 | 0.632 | -0.027 |
| nts_T3_5R | -0.043 | 0.361 | 0.615 | -0.197 |
| nts_T3_7R | -0.033 | 0.246 | 0.695 | -0.072 |
| nts_T3_11R | 0.166 | 0.286 | 0.566 | -0.164 |
| nts_T4_1R | 0.027 | 0.808 | 0.113 | 0.067 |
| nts_T4_2R | -0.012 | 0.787 | 0.061 | 0.099 |
| nts_T4_3R | -0.119 | 0.809 | 0.105 | 0.084 |
| nts_T4_5R | 0.124 | 0.751 | 0.083 | -0.087 |
| nts_T4_7R | 0.109 | 0.853 | 0.003 | -0.040 |
| nts_T4_11R | 0.191 | 0.785 | -0.174 | -0.022 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_4 | 61.0591 | 64 | 632.6236 | 25.152 | 34 | 1.6338 | 0 | 45.5 | 80 | 100 | -0.5735 | -0.3799 | 0.0333 | 237 | 0 | 237 |
| nts_T3_6 | 62.4768 | 65 | 594.4878 | 24.3821 | 31 | 1.5838 | 0 | 48.5 | 81 | 100 | -0.5441 | -0.2476 | 0.0359 | 237 | 0 | 237 |
| nts_T3_8 | 46.1983 | 50 | 655.2783 | 25.5984 | 38 | 1.6628 | 0 | 24.5 | 70 | 100 | -0.0098 | -0.7616 | 0.0253 | 237 | 0 | 237 |
| nts_T3_9 | 55.8945 | 59 | 748.7642 | 27.3636 | 38 | 1.7775 | 0 | 38.5 | 78.5 | 100 | -0.3641 | -0.7563 | 0.0422 | 237 | 0 | 237 |
| nts_T3_10 | 46.384 | 50 | 742.5087 | 27.249 | 45 | 1.77 | 0 | 22.5 | 71 | 100 | -0.0332 | -0.8759 | 0.0344 | 237 | 0 | 237 |
| nts_T3_12 | 68.9705 | 72 | 504.8339 | 22.4685 | 27 | 1.4595 | 0 | 57.5 | 85 | 100 | -0.9112 | 0.6198 | 0.038 | 237 | 0 | 237 |
| nts_T3_13 | 64.8143 | 69 | 587.7959 | 24.2445 | 34 | 1.5748 | 0 | 50 | 85 | 100 | -0.6824 | 0.0051 | 0.0359 | 237 | 0 | 237 |
| nts_T4_4 | 58.9494 | 61 | 690.7856 | 26.2828 | 39 | 1.7073 | 0 | 40 | 81 | 100 | -0.3773 | -0.7192 | 0.0301 | 237 | 0 | 237 |
| nts_T4_6 | 61.6371 | 64 | 617.2237 | 24.844 | 33 | 1.6138 | 0 | 46.5 | 80 | 100 | -0.3894 | -0.4506 | 0.0401 | 237 | 0 | 237 |
| nts_T4_8 | 50.8101 | 50 | 685.2223 | 26.1768 | 42 | 1.7004 | 0 | 29 | 72 | 100 | -0.1521 | -0.8445 | 0.0254 | 237 | 0 | 237 |
| nts_T4_9 | 55.8734 | 60 | 657.9924 | 25.6514 | 35 | 1.6662 | 0 | 40 | 75 | 100 | -0.2968 | -0.5675 | 0.0328 | 237 | 0 | 237 |
| nts_T4_10 | 48.8945 | 50 | 728.027 | 26.982 | 45 | 1.7527 | 0 | 24 | 72.5 | 100 | -0.1541 | -0.9646 | 0.0277 | 237 | 0 | 237 |
| nts_T4_12 | 63.1603 | 69 | 602.5674 | 24.5472 | 30 | 1.5945 | 0 | 50 | 80 | 100 | -0.5992 | -0.35 | 0.0295 | 237 | 0 | 237 |
| nts_T4_13 | 62.1772 | 64 | 564.4515 | 23.7582 | 32 | 1.5433 | 0 | 46.5 | 80 | 100 | -0.3888 | -0.4917 | 0.0338 | 237 | 0 | 237 |
| nts_T3_1R | 75.3249 | 90 | 804.0508 | 28.3558 | 41 | 1.8419 | 0 | 55 | 99 | 100 | -1.0862 | 0.0109 | 0.0316 | 237 | 0 | 237 |
| nts_T3_2R | 74.0295 | 82 | 701.6983 | 26.4896 | 35 | 1.7207 | 0 | 60 | 96 | 100 | -1.1183 | 0.4428 | 0.0316 | 237 | 0 | 237 |
| nts_T3_3R | 79.384 | 90 | 572.4833 | 23.9266 | 31 | 1.5542 | 0 | 66 | 99 | 100 | -1.37 | 1.3053 | 0.0443 | 237 | 0 | 237 |
| nts_T3_5R | 85.5401 | 93 | 420.9359 | 20.5167 | 20 | 1.3327 | 0 | 79.5 | 100 | 100 | -2.0394 | 4.2308 | 0.0422 | 237 | 0 | 237 |
| nts_T3_7R | 81.2785 | 90 | 518.9306 | 22.78 | 27 | 1.4797 | 0 | 71 | 99.5 | 100 | -1.5264 | 1.8321 | 0.0295 | 237 | 0 | 237 |
| nts_T3_11R | 75.903 | 83 | 569.9185 | 23.873 | 34 | 1.5507 | 0 | 62 | 97 | 100 | -1.0645 | 0.4523 | 0.0277 | 237 | 0 | 237 |
| nts_T4_1R | 82.5485 | 91 | 416.7826 | 20.4153 | 28 | 1.3261 | 8 | 70 | 100 | 100 | -1.243 | 0.7548 | 0.0295 | 237 | 0 | 237 |
| nts_T4_2R | 78.6624 | 84 | 484.0466 | 22.0011 | 30 | 1.4291 | 0 | 65.5 | 97 | 100 | -1.2065 | 1.1021 | 0.0295 | 237 | 0 | 237 |
| nts_T4_3R | 82.4346 | 90 | 407.5942 | 20.189 | 29 | 1.3114 | 15 | 68.5 | 100 | 100 | -1.1861 | 0.5594 | 0.0295 | 237 | 0 | 237 |
| nts_T4_5R | 85.443 | 93 | 355.5359 | 18.8557 | 23 | 1.2248 | 17 | 75 | 100 | 100 | -1.5552 | 1.8771 | 0.0338 | 237 | 0 | 237 |
| nts_T4_7R | 84.6582 | 91 | 350.709 | 18.7272 | 22 | 1.2165 | 12 | 78 | 100 | 100 | -1.5148 | 1.8501 | 0.0316 | 237 | 0 | 237 |
| nts_T4_11R | 74.4346 | 80 | 605.3315 | 24.6035 | 39 | 1.5982 | 0 | 54 | 95 | 100 | -0.884 | -0.1695 | 0.0253 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 64 | 100 | 61.04622 | 25.09967 | 2 | ▂▂▃▆▆▇▇▆ |
| nts_T3_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 65 | 100 | 62.38655 | 24.37042 | 2 | ▂▂▃▆▆▇▇▆ |
| nts_T3_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.16387 | 25.54987 | 2 | ▃▃▃▇▅▃▃▂ |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 58 | 100 | 55.87395 | 27.30761 | 2 | ▃▃▃▇▅▇▆▅ |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.34454 | 27.19827 | 2 | ▅▅▅▇▅▅▃▃ |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 72 | 100 | 68.94538 | 22.42440 | 2 | ▁▁▂▃▅▇▇▇ |
| nts_T3_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 68 | 100 | 64.76050 | 24.20755 | 2 | ▂▂▂▆▆▇▇▇ |
| nts_T4_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 61 | 100 | 58.94937 | 26.28280 | 2 | ▂▅▃▇▆▇▇▆ |
| nts_T4_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 61.63713 | 24.84399 | 2 | ▂▂▃▆▅▇▆▆ |
| nts_T4_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 50.81013 | 26.17675 | 2 | ▃▅▅▇▆▇▅▃ |
| nts_T4_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 60 | 100 | 55.87342 | 25.65136 | 2 | ▂▃▃▇▆▇▅▅ |
| nts_T4_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 48.89451 | 26.98197 | 2 | ▅▅▃▇▅▆▅▂ |
| nts_T4_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 69 | 100 | 63.16034 | 24.54725 | 2 | ▂▂▂▅▆▇▇▆ |
| nts_T4_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 62.17722 | 23.75819 | 2 | ▁▂▃▆▆▇▆▆ |
| nts_T3_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 75.42857 | 28.34107 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 82 | 100 | 74.13866 | 26.48719 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T3_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 79.43697 | 23.89009 | 2 | ▁▁▁▁▁▂▂▇ |
| nts_T3_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 94 | 100 | 85.60084 | 20.49484 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 81.35714 | 22.76431 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 83 | 100 | 76.00000 | 23.86955 | 2 | ▁▁▁▂▁▃▃▇ |
| nts_T4_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 8 | 91 | 100 | 82.54852 | 20.41525 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 84 | 100 | 78.66245 | 22.00106 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T4_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 15 | 90 | 100 | 82.43460 | 20.18896 | 2 | ▁▁▁▂▁▁▂▇ |
| nts_T4_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 17 | 93 | 100 | 85.44304 | 18.85566 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 12 | 91 | 100 | 84.65823 | 18.72723 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 80 | 100 | 74.43460 | 24.60349 | 2 | ▁▁▁▂▂▂▃▇ |
Reliability: .
Missing: 7.
Distribution of scale nts_belonging_T4_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T4_1R, nts_T4_2R, nts_T4_3R & nts_T4_4 |
| Observations: | 237 |
| Positive correlations: | 6 |
| Number of correlations: | 6 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.82 |
| Omega (hierarchical): | 0.16 |
| Revelle’s Omega (total): | 0.82 |
| Greatest Lower Bound (GLB): | 0.83 |
| Coefficient H: | 0.86 |
| Coefficient Alpha: | 0.74 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 78 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.443, 0.914, 0.346 & 0.297
| PC1 | |
|---|---|
| nts_T4_1R | 0.883 |
| nts_T4_2R | 0.870 |
| nts_T4_3R | 0.870 |
| nts_T4_4 | 0.387 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_1R | 82.5485 | 91 | 416.7826 | 20.4153 | 28 | 1.3261 | 8 | 70 | 100 | 100 | -1.243 | 0.7548 | 0.0295 | 237 | 0 | 237 |
| nts_T4_2R | 78.6624 | 84 | 484.0466 | 22.0011 | 30 | 1.4291 | 0 | 65.5 | 97 | 100 | -1.2065 | 1.1021 | 0.0295 | 237 | 0 | 237 |
| nts_T4_3R | 82.4346 | 90 | 407.5942 | 20.189 | 29 | 1.3114 | 15 | 68.5 | 100 | 100 | -1.1861 | 0.5594 | 0.0295 | 237 | 0 | 237 |
| nts_T4_4 | 58.9494 | 61 | 690.7856 | 26.2828 | 39 | 1.7073 | 0 | 40 | 81 | 100 | -0.3773 | -0.7192 | 0.0301 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 8 | 91 | 100 | 82.54852 | 20.41525 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 84 | 100 | 78.66245 | 22.00106 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T4_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 15 | 90 | 100 | 82.43460 | 20.18896 | 2 | ▁▁▁▂▁▁▂▇ |
| nts_T4_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 61 | 100 | 58.94937 | 26.28280 | 2 | ▂▅▃▇▆▇▇▆ |
Reliability: .
Missing: 7.
Distribution of scale nts_esteem_T4_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T4_11R, nts_T4_12 & nts_T4_13 |
| Observations: | 237 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.82 |
| Omega (hierarchical): | 0.03 |
| Revelle’s Omega (total): | 0.82 |
| Greatest Lower Bound (GLB): | 0.86 |
| Coefficient H: | 0.93 |
| Coefficient Alpha: | 0.77 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 81 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.11, 0.748 & 0.142
| PC1 | |
|---|---|
| nts_T4_11R | 0.625 |
| nts_T4_12 | 0.929 |
| nts_T4_13 | 0.925 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_11R | 74.4346 | 80 | 605.3315 | 24.6035 | 39 | 1.5982 | 0 | 54 | 95 | 100 | -0.884 | -0.1695 | 0.0253 | 237 | 0 | 237 |
| nts_T4_12 | 63.1603 | 69 | 602.5674 | 24.5472 | 30 | 1.5945 | 0 | 50 | 80 | 100 | -0.5992 | -0.35 | 0.0295 | 237 | 0 | 237 |
| nts_T4_13 | 62.1772 | 64 | 564.4515 | 23.7582 | 32 | 1.5433 | 0 | 46.5 | 80 | 100 | -0.3888 | -0.4917 | 0.0338 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 80 | 100 | 74.43460 | 24.60349 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T4_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 69 | 100 | 63.16034 | 24.54725 | 2 | ▂▂▂▅▆▇▇▆ |
| nts_T4_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 62.17722 | 23.75819 | 2 | ▁▂▃▆▆▇▆▆ |
Reliability: .
Missing: 7.
Distribution of scale nts_control_T4_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T4_8, nts_T4_9 & nts_T4_10 |
| Observations: | 237 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.84 |
| Omega (hierarchical): | 0.03 |
| Revelle’s Omega (total): | 0.84 |
| Greatest Lower Bound (GLB): | 0.83 |
| Coefficient H: | 0.84 |
| Coefficient Alpha: | 0.84 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 85 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
2.259, 0.388 & 0.354
| PC1 | |
|---|---|
| nts_T4_8 | 0.872 |
| nts_T4_9 | 0.860 |
| nts_T4_10 | 0.871 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_8 | 50.8101 | 50 | 685.2223 | 26.1768 | 42 | 1.7004 | 0 | 29 | 72 | 100 | -0.1521 | -0.8445 | 0.0254 | 237 | 0 | 237 |
| nts_T4_9 | 55.8734 | 60 | 657.9924 | 25.6514 | 35 | 1.6662 | 0 | 40 | 75 | 100 | -0.2968 | -0.5675 | 0.0328 | 237 | 0 | 237 |
| nts_T4_10 | 48.8945 | 50 | 728.027 | 26.982 | 45 | 1.7527 | 0 | 24 | 72.5 | 100 | -0.1541 | -0.9646 | 0.0277 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 50.81013 | 26.17675 | 2 | ▃▅▅▇▆▇▅▃ |
| nts_T4_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 60 | 100 | 55.87342 | 25.65136 | 2 | ▂▃▃▇▆▇▅▅ |
| nts_T4_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 48.89451 | 26.98197 | 2 | ▅▅▃▇▅▆▅▂ |
Reliability: .
Missing: 7.
Distribution of scale nts_meaning_T4_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T4_5R, nts_T4_6 & nts_T4_7R |
| Observations: | 237 |
| Positive correlations: | 3 |
| Number of correlations: | 3 |
| Percentage positive correlations: | 100 |
| Omega (total): | 0.77 |
| Omega (hierarchical): | 0.04 |
| Revelle’s Omega (total): | 0.77 |
| Greatest Lower Bound (GLB): | 0.80 |
| Coefficient H: | 0.88 |
| Coefficient Alpha: | 0.69 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 82 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
1.961, 0.792 & 0.247
| PC1 | |
|---|---|
| nts_T4_5R | 0.892 |
| nts_T4_6 | 0.592 |
| nts_T4_7R | 0.903 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_5R | 85.443 | 93 | 355.5359 | 18.8557 | 23 | 1.2248 | 17 | 75 | 100 | 100 | -1.5552 | 1.8771 | 0.0338 | 237 | 0 | 237 |
| nts_T4_6 | 61.6371 | 64 | 617.2237 | 24.844 | 33 | 1.6138 | 0 | 46.5 | 80 | 100 | -0.3894 | -0.4506 | 0.0401 | 237 | 0 | 237 |
| nts_T4_7R | 84.6582 | 91 | 350.709 | 18.7272 | 22 | 1.2165 | 12 | 78 | 100 | 100 | -1.5148 | 1.8501 | 0.0316 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T4_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 17 | 93 | 100 | 85.44304 | 18.85566 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 61.63713 | 24.84399 | 2 | ▂▂▃▆▅▇▆▆ |
| nts_T4_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 12 | 91 | 100 | 84.65823 | 18.72723 | 2 | ▁▁▁▁▁▁▂▇ |
Reliability: .
Missing: 7.
Distribution of scale nts_T4_mean
## No viewer found, probably documenting or testing
| Dataframe: | res$dat |
| Items: | nts_T3_4, nts_T3_6, nts_T3_8, nts_T3_9, nts_T3_10, nts_T3_12, nts_T3_13, nts_T4_4, nts_T4_6, nts_T4_8, nts_T4_9, nts_T4_10, nts_T4_12, nts_T4_13, nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_5R, nts_T3_7R, nts_T3_11R, nts_T4_1R, nts_T4_2R, nts_T4_3R, nts_T4_5R, nts_T4_7R & nts_T4_11R |
| Observations: | 237 |
| Positive correlations: | 323 |
| Number of correlations: | 325 |
| Percentage positive correlations: | 99 |
| Omega (total): | 0.96 |
| Omega (hierarchical): | 0.61 |
| Revelle’s Omega (total): | 0.96 |
| Greatest Lower Bound (GLB): | 0.95 |
| Coefficient H: | 0.94 |
| Coefficient Alpha: | 0.93 |
(Estimates assuming ordinal level not computed, as at least one item seems to have more than 8 levels; the highest number of distinct levels is 85 and the highest range is 101. This last number needs to be lower than 9 for the polychoric function to work. If this is unexpected, you may want to check for outliers.)
Note: the normal point estimate and confidence interval for omega are based on the procedure suggested by Dunn, Baguley & Brunsden (2013) using the MBESS function ci.reliability, whereas the psych package point estimate was suggested in Revelle & Zinbarg (2008). See the help (‘?ufs::scaleStructure’) for more information.
9.954, 4.158, 2.302, 1.139, 0.896, 0.776, 0.683, 0.62, 0.601, 0.52, 0.485, 0.445, 0.394, 0.368, 0.339, 0.309, 0.274, 0.271, 0.251, 0.228, 0.212, 0.19, 0.171, 0.156, 0.143 & 0.115
| TC2 | TC3 | TC1 | TC4 | |
|---|---|---|---|---|
| nts_T3_4 | 0.128 | -0.004 | 0.616 | 0.342 |
| nts_T3_6 | 0.361 | -0.133 | 0.607 | 0.222 |
| nts_T3_8 | -0.005 | -0.067 | 0.170 | 0.741 |
| nts_T3_9 | 0.145 | -0.103 | 0.445 | 0.421 |
| nts_T3_10 | -0.052 | 0.092 | 0.054 | 0.780 |
| nts_T3_12 | 0.340 | -0.084 | 0.664 | 0.122 |
| nts_T3_13 | 0.382 | -0.056 | 0.646 | 0.087 |
| nts_T4_4 | 0.798 | -0.060 | 0.201 | 0.013 |
| nts_T4_6 | 0.825 | 0.039 | 0.114 | 0.020 |
| nts_T4_8 | 0.617 | 0.030 | -0.122 | 0.351 |
| nts_T4_9 | 0.664 | 0.082 | -0.080 | 0.308 |
| nts_T4_10 | 0.361 | 0.168 | -0.256 | 0.615 |
| nts_T4_12 | 0.894 | 0.131 | 0.003 | -0.052 |
| nts_T4_13 | 0.889 | 0.114 | -0.001 | -0.032 |
| nts_T3_1R | -0.127 | 0.278 | 0.635 | 0.057 |
| nts_T3_2R | -0.339 | 0.257 | 0.562 | 0.262 |
| nts_T3_3R | -0.131 | 0.246 | 0.632 | -0.027 |
| nts_T3_5R | -0.043 | 0.361 | 0.615 | -0.197 |
| nts_T3_7R | -0.033 | 0.246 | 0.695 | -0.072 |
| nts_T3_11R | 0.166 | 0.286 | 0.566 | -0.164 |
| nts_T4_1R | 0.027 | 0.808 | 0.113 | 0.067 |
| nts_T4_2R | -0.012 | 0.787 | 0.061 | 0.099 |
| nts_T4_3R | -0.119 | 0.809 | 0.105 | 0.084 |
| nts_T4_5R | 0.124 | 0.751 | 0.083 | -0.087 |
| nts_T4_7R | 0.109 | 0.853 | 0.003 | -0.040 |
| nts_T4_11R | 0.191 | 0.785 | -0.174 | -0.022 |
| mean | median | var | sd | IQR | se | min | q1 | q3 | max | skew | kurt | dip | n | NA | valid | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_4 | 61.0591 | 64 | 632.6236 | 25.152 | 34 | 1.6338 | 0 | 45.5 | 80 | 100 | -0.5735 | -0.3799 | 0.0333 | 237 | 0 | 237 |
| nts_T3_6 | 62.4768 | 65 | 594.4878 | 24.3821 | 31 | 1.5838 | 0 | 48.5 | 81 | 100 | -0.5441 | -0.2476 | 0.0359 | 237 | 0 | 237 |
| nts_T3_8 | 46.1983 | 50 | 655.2783 | 25.5984 | 38 | 1.6628 | 0 | 24.5 | 70 | 100 | -0.0098 | -0.7616 | 0.0253 | 237 | 0 | 237 |
| nts_T3_9 | 55.8945 | 59 | 748.7642 | 27.3636 | 38 | 1.7775 | 0 | 38.5 | 78.5 | 100 | -0.3641 | -0.7563 | 0.0422 | 237 | 0 | 237 |
| nts_T3_10 | 46.384 | 50 | 742.5087 | 27.249 | 45 | 1.77 | 0 | 22.5 | 71 | 100 | -0.0332 | -0.8759 | 0.0344 | 237 | 0 | 237 |
| nts_T3_12 | 68.9705 | 72 | 504.8339 | 22.4685 | 27 | 1.4595 | 0 | 57.5 | 85 | 100 | -0.9112 | 0.6198 | 0.038 | 237 | 0 | 237 |
| nts_T3_13 | 64.8143 | 69 | 587.7959 | 24.2445 | 34 | 1.5748 | 0 | 50 | 85 | 100 | -0.6824 | 0.0051 | 0.0359 | 237 | 0 | 237 |
| nts_T4_4 | 58.9494 | 61 | 690.7856 | 26.2828 | 39 | 1.7073 | 0 | 40 | 81 | 100 | -0.3773 | -0.7192 | 0.0301 | 237 | 0 | 237 |
| nts_T4_6 | 61.6371 | 64 | 617.2237 | 24.844 | 33 | 1.6138 | 0 | 46.5 | 80 | 100 | -0.3894 | -0.4506 | 0.0401 | 237 | 0 | 237 |
| nts_T4_8 | 50.8101 | 50 | 685.2223 | 26.1768 | 42 | 1.7004 | 0 | 29 | 72 | 100 | -0.1521 | -0.8445 | 0.0254 | 237 | 0 | 237 |
| nts_T4_9 | 55.8734 | 60 | 657.9924 | 25.6514 | 35 | 1.6662 | 0 | 40 | 75 | 100 | -0.2968 | -0.5675 | 0.0328 | 237 | 0 | 237 |
| nts_T4_10 | 48.8945 | 50 | 728.027 | 26.982 | 45 | 1.7527 | 0 | 24 | 72.5 | 100 | -0.1541 | -0.9646 | 0.0277 | 237 | 0 | 237 |
| nts_T4_12 | 63.1603 | 69 | 602.5674 | 24.5472 | 30 | 1.5945 | 0 | 50 | 80 | 100 | -0.5992 | -0.35 | 0.0295 | 237 | 0 | 237 |
| nts_T4_13 | 62.1772 | 64 | 564.4515 | 23.7582 | 32 | 1.5433 | 0 | 46.5 | 80 | 100 | -0.3888 | -0.4917 | 0.0338 | 237 | 0 | 237 |
| nts_T3_1R | 75.3249 | 90 | 804.0508 | 28.3558 | 41 | 1.8419 | 0 | 55 | 99 | 100 | -1.0862 | 0.0109 | 0.0316 | 237 | 0 | 237 |
| nts_T3_2R | 74.0295 | 82 | 701.6983 | 26.4896 | 35 | 1.7207 | 0 | 60 | 96 | 100 | -1.1183 | 0.4428 | 0.0316 | 237 | 0 | 237 |
| nts_T3_3R | 79.384 | 90 | 572.4833 | 23.9266 | 31 | 1.5542 | 0 | 66 | 99 | 100 | -1.37 | 1.3053 | 0.0443 | 237 | 0 | 237 |
| nts_T3_5R | 85.5401 | 93 | 420.9359 | 20.5167 | 20 | 1.3327 | 0 | 79.5 | 100 | 100 | -2.0394 | 4.2308 | 0.0422 | 237 | 0 | 237 |
| nts_T3_7R | 81.2785 | 90 | 518.9306 | 22.78 | 27 | 1.4797 | 0 | 71 | 99.5 | 100 | -1.5264 | 1.8321 | 0.0295 | 237 | 0 | 237 |
| nts_T3_11R | 75.903 | 83 | 569.9185 | 23.873 | 34 | 1.5507 | 0 | 62 | 97 | 100 | -1.0645 | 0.4523 | 0.0277 | 237 | 0 | 237 |
| nts_T4_1R | 82.5485 | 91 | 416.7826 | 20.4153 | 28 | 1.3261 | 8 | 70 | 100 | 100 | -1.243 | 0.7548 | 0.0295 | 237 | 0 | 237 |
| nts_T4_2R | 78.6624 | 84 | 484.0466 | 22.0011 | 30 | 1.4291 | 0 | 65.5 | 97 | 100 | -1.2065 | 1.1021 | 0.0295 | 237 | 0 | 237 |
| nts_T4_3R | 82.4346 | 90 | 407.5942 | 20.189 | 29 | 1.3114 | 15 | 68.5 | 100 | 100 | -1.1861 | 0.5594 | 0.0295 | 237 | 0 | 237 |
| nts_T4_5R | 85.443 | 93 | 355.5359 | 18.8557 | 23 | 1.2248 | 17 | 75 | 100 | 100 | -1.5552 | 1.8771 | 0.0338 | 237 | 0 | 237 |
| nts_T4_7R | 84.6582 | 91 | 350.709 | 18.7272 | 22 | 1.2165 | 12 | 78 | 100 | 100 | -1.5148 | 1.8501 | 0.0316 | 237 | 0 | 237 |
| nts_T4_11R | 74.4346 | 80 | 605.3315 | 24.6035 | 39 | 1.5982 | 0 | 54 | 95 | 100 | -0.884 | -0.1695 | 0.0253 | 237 | 0 | 237 |
Scatterplot
## No viewer found, probably documenting or testing
| name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | n_value_labels | hist |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nts_T3_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 64 | 100 | 61.04622 | 25.09967 | 2 | ▂▂▃▆▆▇▇▆ |
| nts_T3_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 65 | 100 | 62.38655 | 24.37042 | 2 | ▂▂▃▆▆▇▇▆ |
| nts_T3_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.16387 | 25.54987 | 2 | ▃▃▃▇▅▃▃▂ |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 58 | 100 | 55.87395 | 27.30761 | 2 | ▃▃▃▇▅▇▆▅ |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 50 | 100 | 46.34454 | 27.19827 | 2 | ▅▅▅▇▅▅▃▃ |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 72 | 100 | 68.94538 | 22.42440 | 2 | ▁▁▂▃▅▇▇▇ |
| nts_T3_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 68 | 100 | 64.76050 | 24.20755 | 2 | ▂▂▂▆▆▇▇▇ |
| nts_T4_4 | How accepted do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 61 | 100 | 58.94937 | 26.28280 | 2 | ▂▅▃▇▆▇▇▆ |
| nts_T4_6 | How important do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 61.63713 | 24.84399 | 2 | ▂▂▃▆▅▇▆▆ |
| nts_T4_8 | How influential do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 50.81013 | 26.17675 | 2 | ▃▅▅▇▆▇▅▃ |
| nts_T4_9 | How much control do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 60 | 100 | 55.87342 | 25.65136 | 2 | ▂▃▃▇▆▇▅▅ |
| nts_T4_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 50 | 100 | 48.89451 | 26.98197 | 2 | ▅▅▃▇▅▆▅▂ |
| nts_T4_12 | How good about yourself do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 69 | 100 | 63.16034 | 24.54725 | 2 | ▂▂▂▅▆▇▇▆ |
| nts_T4_13 | How confident do you feel? | haven_labelled | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 64 | 100 | 62.17722 | 23.75819 | 2 | ▁▂▃▆▆▇▆▆ |
| nts_T3_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 75.42857 | 28.34107 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 82 | 100 | 74.13866 | 26.48719 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T3_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 79.43697 | 23.89009 | 2 | ▁▁▁▁▁▂▂▇ |
| nts_T3_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 94 | 100 | 85.60084 | 20.49484 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 90 | 100 | 81.35714 | 22.76431 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T3_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
6 | 0.9754098 | 0 | 83 | 100 | 76.00000 | 23.86955 | 2 | ▁▁▁▂▁▃▃▇ |
| nts_T4_1R | How rejected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 8 | 91 | 100 | 82.54852 | 20.41525 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_2R | How disconnected do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 84 | 100 | 78.66245 | 22.00106 | 2 | ▁▁▁▂▂▂▃▇ |
| nts_T4_3R | How isolated do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 15 | 90 | 100 | 82.43460 | 20.18896 | 2 | ▁▁▁▂▁▁▂▇ |
| nts_T4_5R | How meaningless do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 17 | 93 | 100 | 85.44304 | 18.85566 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_7R | How insignificant do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 12 | 91 | 100 | 84.65823 | 18.72723 | 2 | ▁▁▁▁▁▁▂▇ |
| nts_T4_11R | How insecure do you feel? | haven_labelled | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
7 | 0.9713115 | 0 | 80 | 100 | 74.43460 | 24.60349 | 2 | ▁▁▁▂▂▂▃▇ |
| name | label | data_type | ordered | value_labels | scale_item_names | n_missing | complete_rate | n_unique | empty | top_counts | min | median | max | mean | sd | whitespace | n_value_labels | hist | format.spss | display_width |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | Participant ID | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 3598.0 | 1.7e+04 | 90016.0 | 15330.5819672 | 1.485299e+04 | NA | NA | ▇▁▁▁▁ | NA | NA |
| StartDate | Start Date | POSIXct | NA | NA | NA | 0 | 1.0000000 | 244 | NA | NA | 2017-09-19 09:58:53 | 2018-01-09 14:17:43 | 2018-10-04 11:39:17 | NA | NA | NA | NA | NA | DATETIME20 | 0 |
| EndDate | End Date | POSIXct | NA | NA | NA | 0 | 1.0000000 | 244 | NA | NA | 2017-09-19 11:20:47 | 2018-01-09 15:11:09 | 2018-10-04 12:58:46 | NA | NA | NA | NA | NA | DATETIME20 | 0 |
| expectancy | Expectancy condition | character | NA | NA | NA | 0 | 1.0000000 | 2 | 0 | NA | 9 | NA | 10 | NA | NA | 0 | NA | NA | NA | NA |
| rejection | Rejection condition | character | NA | NA | NA | 0 | 1.0000000 | 2 | 0 | NA | 9 | NA | 10 | NA | NA | 0 | NA | NA | NA | NA |
| age | Age | numeric | NA | NA | NA | 0 | 1.0000000 | NA | NA | NA | 18.0 | 1.8e+01 | 27.0 | 18.7745902 | 1.126929e+00 | NA | NA | ▇▁▁▁▁ | F40.2 | 0 |
| race_native_american | Native American | factor | FALSE | 1. Native American | NA | 239 | 0.0204918 | 1 | NA | Nat: 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| race_african_american | African American | factor | FALSE | 1. African-American | NA | 217 | 0.1106557 | 1 | NA | Afr: 27 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| race_white_caucasian | White/Caucasian | factor | FALSE | 1. White/Caucasian | NA | 57 | 0.7663934 | 1 | NA | Whi: 187 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| race_asian_pacific_islander | Asian/Pacific Islander | factor | FALSE | 1. Asian/Pacific Islander | NA | 220 | 0.0983607 | 1 | NA | Asi: 24 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| race_self_describe | Self-Describe | factor | FALSE | 1. Prefer to self-describe | NA | 236 | 0.0327869 | 1 | NA | Pre: 8 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| race_self_describe_text | Self-Describe Text | factor | FALSE | 1. , 2. Biracial, 3. German, 4. Hispanic, 5. Indian, 6. Indian American, 7. Latino, 8. Multirace; White/Caucasion, Asian/Pacific Islander, Native American |
NA | 0 | 1.0000000 | 8 | NA | emp: 236, His: 2, Bir: 1, Ger: 1 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| hispanic | Hispanic | factor | FALSE | 1. Yes, 2. No |
NA | 0 | 1.0000000 | 2 | NA | No: 221, Yes: 23 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_male | Male | factor | FALSE | 1. Male | NA | 142 | 0.4180328 | 1 | NA | Mal: 102 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_female | Female | factor | FALSE | 1. Female | NA | 102 | 0.5819672 | 1 | NA | Fem: 142 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_trans_mtf | Transgender, MTF | factor | FALSE | 1. Transgender, Male-to-Female (MTF) | NA | 244 | 0.0000000 | 0 | NA | Tra: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_trans_ftm | Transgender, FTM | factor | FALSE | 1. Transgender, Female-to-Male (FTM) | NA | 244 | 0.0000000 | 0 | NA | Tra: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_trans_noid | Transgender, No ID | factor | FALSE | 1. Transgender, do not identify as male or female | NA | 244 | 0.0000000 | 0 | NA | Tra: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_unsure | Not Sure | factor | FALSE | 1. Not sure | NA | 244 | 0.0000000 | 0 | NA | Not: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_self_describe | Self-Describe | factor | FALSE | 1. Prefer to self-describe | NA | 244 | 0.0000000 | 0 | NA | Pre: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| gender_self_describe_text | Self-Describe | factor | FALSE | 1. | NA | 0 | 1.0000000 | 1 | NA | emp: 244 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| orientation | Sexual Orientation | factor | FALSE | 1. Heterosexual/straight, 2. Gay/lesbian, 3. Bisexual, 4. Not sure, 5. Prefer to self-describe |
NA | 0 | 1.0000000 | 1 | NA | Het: 244, Gay: 0, Bis: 0, Not: 0 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA |
| heart_T1 | Heart Manikin - Time 1 | haven_labelled | NA | 1. lonely, rejected, isolated, disconnected, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected |
NA | 2 | 0.9918033 | NA | NA | NA | 1 | 7 | 9 | 6.5661157 | 1.793768e+00 | NA | 9 | ▁▂▂▆▅▇▆▆ | NA | NA |
| heart_T2 | Heart Manikin - Time 2 | haven_labelled | NA | 1. lonely, rejected, isolated, disconnected, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected |
NA | 2 | 0.9918033 | NA | NA | NA | 1 | 7 | 9 | 6.6280992 | 1.599441e+00 | NA | 9 | ▁▁▂▆▇▇▆▅ | NA | NA |
| heart_T3 | Heart Manikin - Time 3 | haven_labelled | NA | 1. lonely, rejected, isolated, disconnected, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected |
NA | 6 | 0.9754098 | NA | NA | NA | 1 | 6 | 9 | 6.3361345 | 1.810785e+00 | NA | 9 | ▁▂▃▆▇▇▆▅ | NA | NA |
| heart_T4 | Heart Manikin - Time 4 | haven_labelled | NA | 1. lonely, rejected, isolated, disconnected, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. cared for, accepted, loved, connected |
NA | 7 | 0.9713115 | NA | NA | NA | 1 | 6 | 9 | 6.3713080 | 1.638164e+00 | NA | 9 | ▁▁▃▇▇▇▅▅ | NA | NA |
| valence_T1 | Valence Self-Assessment Manikin - Time 1 | haven_labelled | NA | 1. unhappy, annoyed, unsatisfied, bored, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful |
NA | 2 | 0.9918033 | NA | NA | NA | 3 | 7 | 9 | 6.6611570 | 1.351524e+00 | NA | 9 | ▁▁▃▅▁▇▃▂ | NA | NA |
| valence_T2 | Valence Self-Assessment Manikin - Time 2 | haven_labelled | NA | 1. unhappy, annoyed, unsatisfied, bored, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful |
NA | 2 | 0.9918033 | NA | NA | NA | 1 | 7 | 9 | 6.4462810 | 1.390247e+00 | NA | 9 | ▁▁▂▃▆▇▅▂ | NA | NA |
| valence_T3 | Valence Self-Assessment Manikin - Time 3 | haven_labelled | NA | 1. unhappy, annoyed, unsatisfied, bored, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful |
NA | 6 | 0.9754098 | NA | NA | NA | 1 | 6 | 9 | 6.0294118 | 1.775114e+00 | NA | 9 | ▁▂▃▅▆▇▅▂ | NA | NA |
| valence_T4 | Valence Self-Assessment Manikin - Time 4 | haven_labelled | NA | 1. unhappy, annoyed, unsatisfied, bored, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. happy, pleased, satisfied, hopeful |
NA | 7 | 0.9713115 | NA | NA | NA | 1 | 6 | 9 | 5.9324895 | 1.606290e+00 | NA | 9 | ▁▁▃▇▇▆▅▂ | NA | NA |
| arousal_T1 | Arousal Self-Assessment Manikin - Time 1 | haven_labelled | NA | 1. relaxed, calm, sleepy, sluggish, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused |
NA | 2 | 0.9918033 | NA | NA | NA | 1 | 4 | 9 | 4.0495868 | 1.484924e+00 | NA | 9 | ▃▆▇▇▃▂▁▁ | NA | NA |
| arousal_T2 | Arousal Self-Assessment Manikin - Time 2 | haven_labelled | NA | 1. relaxed, calm, sleepy, sluggish, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused |
NA | 2 | 0.9918033 | NA | NA | NA | 1 | 5 | 9 | 4.7438017 | 1.639901e+00 | NA | 9 | ▂▅▆▇▅▃▁▁ | NA | NA |
| arousal_T3 | Arousal Self-Assessment Manikin - Time 3 | haven_labelled | NA | 1. relaxed, calm, sleepy, sluggish, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused |
NA | 6 | 0.9754098 | NA | NA | NA | 1 | 5 | 9 | 4.7436975 | 1.742211e+00 | NA | 9 | ▃▃▇▇▆▃▁▁ | NA | NA |
| arousal_T4 | Arousal Self-Assessment Manikin - Time 4 | haven_labelled | NA | 1. relaxed, calm, sleepy, sluggish, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. excited, frenzied, wide-awake, aroused |
NA | 7 | 0.9713115 | NA | NA | NA | 1 | 5 | 9 | 4.7932489 | 1.706008e+00 | NA | 9 | ▂▃▆▇▅▃▂▁ | NA | NA |
| dominance_T1 | Dominance Self-Assessment Manikin - Time 1 | haven_labelled | NA | 1. submissive, influenced, controlled by others, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous |
NA | 2 | 0.9918033 | NA | NA | NA | 2 | 6 | 9 | 6.2314050 | 1.495555e+00 | NA | 9 | ▁▁▂▅▇▆▃▂ | NA | NA |
| dominance_T2 | Dominance Self-Assessment Manikin - Time 2 | haven_labelled | NA | 1. submissive, influenced, controlled by others, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous |
NA | 2 | 0.9918033 | NA | NA | NA | 2 | 6 | 9 | 6.3388430 | 1.420383e+00 | NA | 9 | ▁▁▂▅▆▇▃▂ | NA | NA |
| dominance_T3 | Dominance Self-Assessment Manikin - Time 3 | haven_labelled | NA | 1. submissive, influenced, controlled by others, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous |
NA | 6 | 0.9754098 | NA | NA | NA | 2 | 6 | 9 | 6.2100840 | 1.525446e+00 | NA | 9 | ▁▁▂▆▇▇▃▂ | NA | NA |
| dominance_T4 | Dominance Self-Assessment Manikin - Time 4 | haven_labelled | NA | 1. submissive, influenced, controlled by others, 2. 2, 3. 3, 4. 4, 5. 5, 6. 6, 7. 7, 8. 8, 9. in control, important, dominant, autonomous |
NA | 7 | 0.9713115 | NA | NA | NA | 1 | 6 | 9 | 6.2278481 | 1.509428e+00 | NA | 9 | ▁▁▂▇▇▇▃▂ | NA | NA |
| esteem1 | I feel that I am a person of worth, at least on an equal basis with others. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -2 | 3 | 3 | 2.2780083 | 9.451046e-01 | NA | 7 | ▁▁▁▁▂▁▅▇ | NA | NA |
| esteem2 | I feel that I have a number of good qualities. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -1 | 2 | 3 | 2.2282158 | 9.184410e-01 | NA | 7 | ▁▁▁▂▁▆▁▇ | NA | NA |
| esteem3R | All in all I am inclined to feel that I am a failure. | haven_labelled | NA | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.7593361 | 1.310282e+00 | NA | 7 | ▁▁▂▂▁▃▇▇ | NA | NA |
| esteem4 | I am able to do things as well as most other people. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.5933610 | 1.200953e+00 | NA | 7 | ▁▁▁▂▁▅▇▅ | NA | NA |
| esteem5R | I feel I do not have much to be proud of. | haven_labelled | NA | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.8423237 | 1.384450e+00 | NA | 7 | ▁▁▁▂▁▂▆▇ | NA | NA |
| esteem6 | I take a positive attitude toward myself. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.6721992 | 1.236770e+00 | NA | 7 | ▁▁▂▂▁▅▇▆ | NA | NA |
| esteem7 | On the whole I am satisfied with myself. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.4979253 | 1.268610e+00 | NA | 7 | ▁▁▂▂▁▆▇▅ | NA | NA |
| esteem8R | I wish I could have more respect for myself. | haven_labelled | NA | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 0 | 3 | 0.4024896 | 1.879670e+00 | NA | 7 | ▂▆▇▇▁▅▇▇ | NA | NA |
| esteem9R | I certainly feel useless at times. | haven_labelled | NA | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 1 | 3 | 0.8630705 | 1.727813e+00 | NA | 7 | ▁▂▆▃▁▅▇▇ | NA | NA |
| esteem10R | At times, I think I am no good at all. | haven_labelled | NA | 3. strongly disagree, 2. disagree, 1. slightly disagree, 0. neither disagree or agree, -1. slightly agree, -2. agree, -3. strongly agree |
NA | 3 | 0.9877049 | NA | NA | NA | -3 | 2 | 3 | 1.2987552 | 1.613084e+00 | NA | 7 | ▁▁▃▃▁▃▆▇ | NA | NA |
| closure1 | I don’t like situations that are uncertain. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 1.0336134 | 1.272446e+00 | NA | 7 | ▁▁▂▃▁▇▆▂ | NA | NA |
| closure2 | I dislike questions which could be answered in many different ways. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 0 | 3 | -0.2058824 | 1.600253e+00 | NA | 7 | ▂▇▆▆▁▇▅▂ | NA | NA |
| closure3 | I find that a well ordered life with regular hours suits my temperament. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.6092437 | 1.418176e+00 | NA | 7 | ▁▂▅▅▁▇▇▂ | NA | NA |
| closure4 | I feel uncomfortable when I don’t understand the reason why an event occurred in my life. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.5546218 | 1.540987e+00 | NA | 7 | ▁▃▃▃▁▇▆▂ | NA | NA |
| closure5 | I feel irritated when one person disagrees with what everyone else in a group believes. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | -1 | 3 | -0.7310924 | 1.524470e+00 | NA | 7 | ▃▇▅▅▁▅▂▁ | NA | NA |
| closure6 | I don’t like to go into a situation without knowing what I can expect from it. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.4453782 | 1.473808e+00 | NA | 7 | ▁▃▃▃▁▇▅▁ | NA | NA |
| closure7 | When I have made a decision, I feel relieved. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 2 | 3 | 1.6218487 | 1.125025e+00 | NA | 7 | ▁▁▁▂▁▅▇▅ | NA | NA |
| closure8 | When I am confronted with a problem, I’m dying to reach a solution very quickly. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.8739496 | 1.420493e+00 | NA | 7 | ▁▂▃▅▁▇▆▃ | NA | NA |
| closure9 | I would quickly become impatient and irritated if I would not find a solution to a problem immediately. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 0 | 3 | -0.1554622 | 1.511207e+00 | NA | 7 | ▁▆▆▃▁▇▂▂ | NA | NA |
| closure10 | I don’t like to be with people who are capable of unexpected actions. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 0 | 3 | -0.4663866 | 1.480152e+00 | NA | 7 | ▂▆▅▇▁▅▂▁ | NA | NA |
| closure11 | I dislike it when a person’s statement could mean many different things. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.4873950 | 1.395385e+00 | NA | 7 | ▁▂▂▃▁▇▃▁ | NA | NA |
| closure12 | I find that establishing a consistent routine enables me to enjoy life more. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.7352941 | 1.461638e+00 | NA | 7 | ▁▂▃▅▁▇▅▃ | NA | NA |
| closure13 | I enjoy having a clear and structured mode of life. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 1 | 3 | 0.9369748 | 1.289449e+00 | NA | 7 | ▁▁▂▃▁▇▆▂ | NA | NA |
| closure14 | I do not usually consult many different opinions before forming my own view. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | -1 | 3 | -0.8991597 | 1.469205e+00 | NA | 7 | ▃▇▇▃▁▅▂▁ | NA | NA |
| closure15 | I dislike unpredictable situations. | haven_labelled | NA | -3. strongly disagree, -2. disagree, -1. slightly disagree, 0. neither disagree or agree, 1. slightly agree, 2. agree, 3. strongly agree |
NA | 6 | 0.9754098 | NA | NA | NA | -3 | 0 | 3 | 0.0840336 | 1.435416e+00 | NA | 7 | ▁▃▇▇▁▇▅▂ | NA | NA |
| closure_mean | 15 closure items aggregated by rowMeans | numeric | NA | NA | closure1, closure2, closure3, closure4, closure5, closure6, closure7, closure8, closure9, closure10, closure11, closure12, closure13, closure14, closure15 | 6 | 0.9754098 | NA | NA | NA | -2.1 | 3.3e-01 | 2.3 | 0.3282913 | 7.598287e-01 | NA | NA | ▁▃▇▆▁ | NA | NA |
| nts_T3_1R | How rejected do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 90 | 100 | 75.4285714 | 2.834107e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T3_2R | How disconnected do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 82 | 100 | 74.1386555 | 2.648719e+01 | NA | 2 | ▁▁▁▂▂▂▃▇ | NA | NA |
| nts_T3_3R | How isolated do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 90 | 100 | 79.4369748 | 2.389009e+01 | NA | 2 | ▁▁▁▁▁▂▂▇ | NA | NA |
| nts_T3_4 | How accepted do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 64 | 100 | 61.0462185 | 2.509967e+01 | NA | 2 | ▂▂▃▆▆▇▇▆ | NA | NA |
| nts_T3_5R | How meaningless do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 94 | 100 | 85.6008403 | 2.049484e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T3_6 | How important do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 65 | 100 | 62.3865546 | 2.437042e+01 | NA | 2 | ▂▂▃▆▆▇▇▆ | NA | NA |
| nts_T3_7R | How insignificant do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 90 | 100 | 81.3571429 | 2.276431e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T3_8 | How influential do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 50 | 100 | 46.1638655 | 2.554987e+01 | NA | 2 | ▃▃▃▇▅▃▃▂ | NA | NA |
| nts_T3_9 | How much control do you feel like you have? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 58 | 100 | 55.8739496 | 2.730761e+01 | NA | 2 | ▃▃▃▇▅▇▆▅ | NA | NA |
| nts_T3_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 50 | 100 | 46.3445378 | 2.719827e+01 | NA | 2 | ▅▅▅▇▅▅▃▃ | NA | NA |
| nts_T3_11R | How insecure do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 83 | 100 | 76.0000000 | 2.386955e+01 | NA | 2 | ▁▁▁▂▁▃▃▇ | NA | NA |
| nts_T3_12 | How good about yourself do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 72 | 100 | 68.9453782 | 2.242440e+01 | NA | 2 | ▁▁▂▃▅▇▇▇ | NA | NA |
| nts_T3_13 | How confident do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 6 | 0.9754098 | NA | NA | NA | 0 | 68 | 100 | 64.7605042 | 2.420755e+01 | NA | 2 | ▂▂▂▆▆▇▇▇ | NA | NA |
| nts_T4_1R | How rejected do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 8 | 91 | 100 | 82.5485232 | 2.041525e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T4_2R | How disconnected do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 84 | 100 | 78.6624473 | 2.200106e+01 | NA | 2 | ▁▁▁▂▂▂▃▇ | NA | NA |
| nts_T4_3R | How isolated do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 15 | 90 | 100 | 82.4345992 | 2.018896e+01 | NA | 2 | ▁▁▁▂▁▁▂▇ | NA | NA |
| nts_T4_4 | How accepted do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 61 | 100 | 58.9493671 | 2.628280e+01 | NA | 2 | ▂▅▃▇▆▇▇▆ | NA | NA |
| nts_T4_5R | How meaningless do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 17 | 93 | 100 | 85.4430380 | 1.885566e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T4_6 | How important do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 64 | 100 | 61.6371308 | 2.484399e+01 | NA | 2 | ▂▂▃▆▅▇▆▆ | NA | NA |
| nts_T4_7R | How insignificant do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 12 | 91 | 100 | 84.6582278 | 1.872723e+01 | NA | 2 | ▁▁▁▁▁▁▂▇ | NA | NA |
| nts_T4_8 | How influential do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 50 | 100 | 50.8101266 | 2.617675e+01 | NA | 2 | ▃▅▅▇▆▇▅▃ | NA | NA |
| nts_T4_9 | How much control do you feel like you have? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 60 | 100 | 55.8734177 | 2.565136e+01 | NA | 2 | ▂▃▃▇▆▇▅▅ | NA | NA |
| nts_T4_10 | How much ability to significantly alter events do you feel like you have? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 50 | 100 | 48.8945148 | 2.698197e+01 | NA | 2 | ▅▅▃▇▅▆▅▂ | NA | NA |
| nts_T4_11R | How insecure do you feel? | haven_labelled | NA | 100. The least I could ever possibly feel, 0. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 80 | 100 | 74.4345992 | 2.460349e+01 | NA | 2 | ▁▁▁▂▂▂▃▇ | NA | NA |
| nts_T4_12 | How good about yourself do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 69 | 100 | 63.1603376 | 2.454725e+01 | NA | 2 | ▂▂▂▅▆▇▇▆ | NA | NA |
| nts_T4_13 | How confident do you feel? | haven_labelled | NA | 0. The least I could ever possibly feel, 100. The most I could ever possibly feel |
NA | 7 | 0.9713115 | NA | NA | NA | 0 | 64 | 100 | 62.1772152 | 2.375819e+01 | NA | 2 | ▁▂▃▆▆▇▆▆ | NA | NA |
| SJS_bond | Please assign a bond amount for this defendant. (Social Judgment Survey) | numeric | NA | NA | NA | 7 | 0.9713115 | NA | NA | NA | 0.0 | 4.0e+02 | 999.0 | 418.7046414 | 2.260291e+02 | NA | NA | ▃▇▇▃▂ | F40.2 | 0 |
| esteem_mean | 10 esteem items aggregated by rowMeans | numeric | NA | NA | esteem1, esteem2, esteem4, esteem6, esteem7, esteem3R, esteem5R, esteem8R, esteem9R, esteem10R | 3 | 0.9877049 | NA | NA | NA | -1.7 | 1.6e+00 | 3.0 | 1.5435685 | 9.553196e-01 | NA | NA | ▁▁▆▇▇ | NA | NA |
| nts_belonging_T3_mean | 4 nts_T3 items aggregated by rowMeans | numeric | NA | NA | nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_4 | 6 | 0.9754098 | NA | NA | NA | 0.0 | 7.7e+01 | 100.0 | 72.5126050 | 2.049699e+01 | NA | NA | ▁▁▃▆▇ | NA | NA |
| nts_esteem_T3_mean | 3 nts_T3_1 items aggregated by rowMeans | numeric | NA | NA | nts_T3_11R, nts_T3_12, nts_T3_13 | 6 | 0.9754098 | NA | NA | NA | 0.0 | 7.2e+01 | 100.0 | 69.9019608 | 1.948254e+01 | NA | NA | ▁▁▅▇▇ | NA | NA |
| nts_control_T3_mean | 3 nts_T3 items aggregated by rowMeans | numeric | NA | NA | nts_T3_8, nts_T3_9, nts_T3_10 | 6 | 0.9754098 | NA | NA | NA | 0.0 | 5.0e+01 | 100.0 | 49.4607843 | 2.111394e+01 | NA | NA | ▂▅▇▅▂ | NA | NA |
| nts_meaning_T3_mean | 3 nts_T3 items aggregated by rowMeans | numeric | NA | NA | nts_T3_5R, nts_T3_6, nts_T3_7R | 6 | 0.9754098 | NA | NA | NA | 0.0 | 8.0e+01 | 100.0 | 76.4481793 | 1.800497e+01 | NA | NA | ▁▁▂▅▇ | NA | NA |
| nts_T3_mean | 26 nts_T items aggregated by rowMeans | numeric | NA | NA | nts_T3_4, nts_T3_6, nts_T3_8, nts_T3_9, nts_T3_10, nts_T3_12, nts_T3_13, nts_T4_4, nts_T4_6, nts_T4_8, nts_T4_9, nts_T4_10, nts_T4_12, nts_T4_13, nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_5R, nts_T3_7R, nts_T3_11R, nts_T4_1R, nts_T4_2R, nts_T4_3R, nts_T4_5R, nts_T4_7R, nts_T4_11R | 7 | 0.9713115 | NA | NA | NA | 21.1 | 6.8e+01 | 99.7 | 67.9592665 | 1.472609e+01 | NA | NA | ▁▃▇▇▃ | NA | NA |
| nts_belonging_T4_mean | 4 nts_T4 items aggregated by rowMeans | numeric | NA | NA | nts_T4_1R, nts_T4_2R, nts_T4_3R, nts_T4_4 | 7 | 0.9713115 | NA | NA | NA | 17.5 | 7.8e+01 | 100.0 | 75.6487342 | 1.669977e+01 | NA | NA | ▁▂▅▇▇ | NA | NA |
| nts_esteem_T4_mean | 3 nts_T4_1 items aggregated by rowMeans | numeric | NA | NA | nts_T4_11R, nts_T4_12, nts_T4_13 | 7 | 0.9713115 | NA | NA | NA | 10.7 | 6.7e+01 | 100.0 | 66.5907173 | 2.017449e+01 | NA | NA | ▁▃▇▇▆ | NA | NA |
| nts_control_T4_mean | 3 nts_T4 items aggregated by rowMeans | numeric | NA | NA | nts_T4_8, nts_T4_9, nts_T4_10 | 7 | 0.9713115 | NA | NA | NA | 0.0 | 5.3e+01 | 100.0 | 51.8593530 | 2.279649e+01 | NA | NA | ▃▆▇▇▃ | NA | NA |
| nts_meaning_T4_mean | 3 nts_T4 items aggregated by rowMeans | numeric | NA | NA | nts_T4_5R, nts_T4_6, nts_T4_7R | 7 | 0.9713115 | NA | NA | NA | 18.0 | 8.1e+01 | 100.0 | 77.2461322 | 1.648588e+01 | NA | NA | ▁▁▅▇▇ | NA | NA |
| nts_T4_mean | 26 nts_T items aggregated by rowMeans | numeric | NA | NA | nts_T3_4, nts_T3_6, nts_T3_8, nts_T3_9, nts_T3_10, nts_T3_12, nts_T3_13, nts_T4_4, nts_T4_6, nts_T4_8, nts_T4_9, nts_T4_10, nts_T4_12, nts_T4_13, nts_T3_1R, nts_T3_2R, nts_T3_3R, nts_T3_5R, nts_T3_7R, nts_T3_11R, nts_T4_1R, nts_T4_2R, nts_T4_3R, nts_T4_5R, nts_T4_7R, nts_T4_11R | 7 | 0.9713115 | NA | NA | NA | 21.1 | 6.8e+01 | 99.7 | 67.9592665 | 1.472609e+01 | NA | NA | ▁▃▇▇▃ | NA | NA |
The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.
{
"name": "codebook_data",
"datePublished": "2021-01-21",
"description": "The dataset has N=244 rows and 102 columns.\n0 rows have no missing values on any column.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.2).",
"keywords": ["id", "StartDate", "EndDate", "expectancy", "rejection", "age", "race_native_american", "race_african_american", "race_white_caucasian", "race_asian_pacific_islander", "race_self_describe", "race_self_describe_text", "hispanic", "gender_male", "gender_female", "gender_trans_mtf", "gender_trans_ftm", "gender_trans_noid", "gender_unsure", "gender_self_describe", "gender_self_describe_text", "orientation", "heart_T1", "heart_T2", "heart_T3", "heart_T4", "valence_T1", "valence_T2", "valence_T3", "valence_T4", "arousal_T1", "arousal_T2", "arousal_T3", "arousal_T4", "dominance_T1", "dominance_T2", "dominance_T3", "dominance_T4", "esteem1", "esteem2", "esteem3R", "esteem4", "esteem5R", "esteem6", "esteem7", "esteem8R", "esteem9R", "esteem10R", "closure1", "closure2", "closure3", "closure4", "closure5", "closure6", "closure7", "closure8", "closure9", "closure10", "closure11", "closure12", "closure13", "closure14", "closure15", "closure_mean", "nts_T3_1R", "nts_T3_2R", "nts_T3_3R", "nts_T3_4", "nts_T3_5R", "nts_T3_6", "nts_T3_7R", "nts_T3_8", "nts_T3_9", "nts_T3_10", "nts_T3_11R", "nts_T3_12", "nts_T3_13", "nts_T4_1R", "nts_T4_2R", "nts_T4_3R", "nts_T4_4", "nts_T4_5R", "nts_T4_6", "nts_T4_7R", "nts_T4_8", "nts_T4_9", "nts_T4_10", "nts_T4_11R", "nts_T4_12", "nts_T4_13", "SJS_bond", "esteem_mean", "nts_belonging_T3_mean", "nts_esteem_T3_mean", "nts_control_T3_mean", "nts_meaning_T3_mean", "nts_T3_mean", "nts_belonging_T4_mean", "nts_esteem_T4_mean", "nts_control_T4_mean", "nts_meaning_T4_mean", "nts_T4_mean"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "id",
"description": "Participant ID",
"@type": "propertyValue"
},
{
"name": "StartDate",
"description": "Start Date",
"@type": "propertyValue"
},
{
"name": "EndDate",
"description": "End Date",
"@type": "propertyValue"
},
{
"name": "expectancy",
"description": "Expectancy condition",
"@type": "propertyValue"
},
{
"name": "rejection",
"description": "Rejection condition",
"@type": "propertyValue"
},
{
"name": "age",
"description": "Age",
"@type": "propertyValue"
},
{
"name": "race_native_american",
"description": "Native American",
"value": "1. Native American",
"@type": "propertyValue"
},
{
"name": "race_african_american",
"description": "African American",
"value": "1. African-American",
"@type": "propertyValue"
},
{
"name": "race_white_caucasian",
"description": "White/Caucasian",
"value": "1. White/Caucasian",
"@type": "propertyValue"
},
{
"name": "race_asian_pacific_islander",
"description": "Asian/Pacific Islander",
"value": "1. Asian/Pacific Islander",
"@type": "propertyValue"
},
{
"name": "race_self_describe",
"description": "Self-Describe",
"value": "1. Prefer to self-describe",
"@type": "propertyValue"
},
{
"name": "race_self_describe_text",
"description": "Self-Describe Text",
"value": "1. ,\n2. Biracial,\n3. German,\n4. Hispanic,\n5. Indian,\n6. Indian American,\n7. Latino,\n8. Multirace; White/Caucasion, Asian/Pacific Islander, Native American",
"@type": "propertyValue"
},
{
"name": "hispanic",
"description": "Hispanic",
"value": "1. Yes,\n2. No",
"@type": "propertyValue"
},
{
"name": "gender_male",
"description": "Male",
"value": "1. Male",
"@type": "propertyValue"
},
{
"name": "gender_female",
"description": "Female",
"value": "1. Female",
"@type": "propertyValue"
},
{
"name": "gender_trans_mtf",
"description": "Transgender, MTF",
"value": "1. Transgender, Male-to-Female (MTF)",
"@type": "propertyValue"
},
{
"name": "gender_trans_ftm",
"description": "Transgender, FTM",
"value": "1. Transgender, Female-to-Male (FTM)",
"@type": "propertyValue"
},
{
"name": "gender_trans_noid",
"description": "Transgender, No ID",
"value": "1. Transgender, do not identify as male or female",
"@type": "propertyValue"
},
{
"name": "gender_unsure",
"description": "Not Sure",
"value": "1. Not sure",
"@type": "propertyValue"
},
{
"name": "gender_self_describe",
"description": "Self-Describe",
"value": "1. Prefer to self-describe",
"@type": "propertyValue"
},
{
"name": "gender_self_describe_text",
"description": "Self-Describe",
"value": "1. ",
"@type": "propertyValue"
},
{
"name": "orientation",
"description": "Sexual Orientation",
"value": "1. Heterosexual/straight,\n2. Gay/lesbian,\n3. Bisexual,\n4. Not sure,\n5. Prefer to self-describe",
"@type": "propertyValue"
},
{
"name": "heart_T1",
"description": "Heart Manikin - Time 1",
"value": "1. lonely, rejected, isolated, disconnected,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T2",
"description": "Heart Manikin - Time 2",
"value": "1. lonely, rejected, isolated, disconnected,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T3",
"description": "Heart Manikin - Time 3",
"value": "1. lonely, rejected, isolated, disconnected,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "heart_T4",
"description": "Heart Manikin - Time 4",
"value": "1. lonely, rejected, isolated, disconnected,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. cared for, accepted, loved, connected",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T1",
"description": "Valence Self-Assessment Manikin - Time 1",
"value": "1. unhappy, annoyed, unsatisfied, bored,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T2",
"description": "Valence Self-Assessment Manikin - Time 2",
"value": "1. unhappy, annoyed, unsatisfied, bored,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T3",
"description": "Valence Self-Assessment Manikin - Time 3",
"value": "1. unhappy, annoyed, unsatisfied, bored,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "valence_T4",
"description": "Valence Self-Assessment Manikin - Time 4",
"value": "1. unhappy, annoyed, unsatisfied, bored,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. happy, pleased, satisfied, hopeful",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T1",
"description": "Arousal Self-Assessment Manikin - Time 1",
"value": "1. relaxed, calm, sleepy, sluggish,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T2",
"description": "Arousal Self-Assessment Manikin - Time 2",
"value": "1. relaxed, calm, sleepy, sluggish,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T3",
"description": "Arousal Self-Assessment Manikin - Time 3",
"value": "1. relaxed, calm, sleepy, sluggish,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "arousal_T4",
"description": "Arousal Self-Assessment Manikin - Time 4",
"value": "1. relaxed, calm, sleepy, sluggish,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. excited, frenzied, wide-awake, aroused",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T1",
"description": "Dominance Self-Assessment Manikin - Time 1",
"value": "1. submissive, influenced, controlled by others,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T2",
"description": "Dominance Self-Assessment Manikin - Time 2",
"value": "1. submissive, influenced, controlled by others,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T3",
"description": "Dominance Self-Assessment Manikin - Time 3",
"value": "1. submissive, influenced, controlled by others,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "dominance_T4",
"description": "Dominance Self-Assessment Manikin - Time 4",
"value": "1. submissive, influenced, controlled by others,\n2. 2,\n3. 3,\n4. 4,\n5. 5,\n6. 6,\n7. 7,\n8. 8,\n9. in control, important, dominant, autonomous",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "esteem1",
"description": "I feel that I am a person of worth, at least on an equal basis with others.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem2",
"description": "I feel that I have a number of good qualities.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem3R",
"description": "All in all I am inclined to feel that I am a failure.",
"value": "3. strongly disagree,\n2. disagree,\n1. slightly disagree,\n0. neither disagree or agree,\n-1. slightly agree,\n-2. agree,\n-3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem4",
"description": "I am able to do things as well as most other people.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem5R",
"description": "I feel I do not have much to be proud of.",
"value": "3. strongly disagree,\n2. disagree,\n1. slightly disagree,\n0. neither disagree or agree,\n-1. slightly agree,\n-2. agree,\n-3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem6",
"description": "I take a positive attitude toward myself.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem7",
"description": "On the whole I am satisfied with myself.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem8R",
"description": "I wish I could have more respect for myself.",
"value": "3. strongly disagree,\n2. disagree,\n1. slightly disagree,\n0. neither disagree or agree,\n-1. slightly agree,\n-2. agree,\n-3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem9R",
"description": "I certainly feel useless at times.",
"value": "3. strongly disagree,\n2. disagree,\n1. slightly disagree,\n0. neither disagree or agree,\n-1. slightly agree,\n-2. agree,\n-3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "esteem10R",
"description": "At times, I think I am no good at all.",
"value": "3. strongly disagree,\n2. disagree,\n1. slightly disagree,\n0. neither disagree or agree,\n-1. slightly agree,\n-2. agree,\n-3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure1",
"description": "I don’t like situations that are uncertain.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure2",
"description": "I dislike questions which could be answered in many different ways.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure3",
"description": "I find that a well ordered life with regular hours suits my temperament.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure4",
"description": "I feel uncomfortable when I don’t understand the reason why an event occurred in my life.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure5",
"description": "I feel irritated when one person disagrees with what everyone else in a group believes.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure6",
"description": "I don’t like to go into a situation without knowing what I can expect from it.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure7",
"description": "When I have made a decision, I feel relieved.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure8",
"description": "When I am confronted with a problem, I’m dying to reach a solution very quickly.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure9",
"description": "I would quickly become impatient and irritated if I would not find a solution to a problem immediately.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure10",
"description": "I don’t like to be with people who are capable of unexpected actions.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure11",
"description": "I dislike it when a person’s statement could mean many different things.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure12",
"description": "I find that establishing a consistent routine enables me to enjoy life more.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure13",
"description": "I enjoy having a clear and structured mode of life.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure14",
"description": "I do not usually consult many different opinions before forming my own view.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure15",
"description": "I dislike unpredictable situations.",
"value": "-3. strongly disagree,\n-2. disagree,\n-1. slightly disagree,\n0. neither disagree or agree,\n1. slightly agree,\n2. agree,\n3. strongly agree",
"maxValue": 3,
"minValue": -3,
"@type": "propertyValue"
},
{
"name": "closure_mean",
"description": "15 closure items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_1R",
"description": "How rejected do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_2R",
"description": "How disconnected do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_3R",
"description": "How isolated do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_4",
"description": "How accepted do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_5R",
"description": "How meaningless do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_6",
"description": "How important do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_7R",
"description": "How insignificant do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_8",
"description": "How influential do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_9",
"description": "How much control do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_10",
"description": "How much ability to significantly alter events do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_11R",
"description": "How insecure do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_12",
"description": "How good about yourself do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T3_13",
"description": "How confident do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_1R",
"description": "How rejected do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_2R",
"description": "How disconnected do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_3R",
"description": "How isolated do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_4",
"description": "How accepted do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_5R",
"description": "How meaningless do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_6",
"description": "How important do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_7R",
"description": "How insignificant do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_8",
"description": "How influential do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_9",
"description": "How much control do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_10",
"description": "How much ability to significantly alter events do you feel like you have?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_11R",
"description": "How insecure do you feel?",
"value": "100. The least I could ever possibly feel,\n0. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_12",
"description": "How good about yourself do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "nts_T4_13",
"description": "How confident do you feel?",
"value": "0. The least I could ever possibly feel,\n100. The most I could ever possibly feel",
"maxValue": 100,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "SJS_bond",
"description": "Please assign a bond amount for this defendant. (Social Judgment Survey)",
"@type": "propertyValue"
},
{
"name": "esteem_mean",
"description": "10 esteem items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_belonging_T3_mean",
"description": "4 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_esteem_T3_mean",
"description": "3 nts_T3_1 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_control_T3_mean",
"description": "3 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_meaning_T3_mean",
"description": "3 nts_T3 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T3_mean",
"description": "26 nts_T items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_belonging_T4_mean",
"description": "4 nts_T4 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_esteem_T4_mean",
"description": "3 nts_T4_1 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_control_T4_mean",
"description": "3 nts_T4 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_meaning_T4_mean",
"description": "3 nts_T4 items aggregated by rowMeans",
"@type": "propertyValue"
},
{
"name": "nts_T4_mean",
"description": "26 nts_T items aggregated by rowMeans",
"@type": "propertyValue"
}
]
}`